install directory right
authorAnas Nashif <anas.nashif@intel.com>
Tue, 18 Jun 2013 11:43:03 +0000 (07:43 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 18 Jun 2013 11:43:03 +0000 (07:43 -0400)
packaging/gst-common.spec

index 48344f1..7a9dd42 100644 (file)
@@ -13,9 +13,10 @@ Gstreamer Common Files.
 %setup -q
 
 %build
+rm -rf .gitignore
 
 %install
-mkdir %{buildroot}/%{_datadir}/gst-common
+mkdir -p %{buildroot}/%{_datadir}/gst-common
 cp -a . %{buildroot}/%{_datadir}/gst-common
 
 %files