add packaging
authorAnas Nashif <anas.nashif@intel.com>
Wed, 19 Dec 2012 14:42:37 +0000 (06:42 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 19 Dec 2012 14:42:37 +0000 (06:42 -0800)
packaging/pc-installer.spec

index d052569..6a54925 100644 (file)
@@ -18,8 +18,8 @@ Installs a system from a live USB stick to a local hard-disk.
 install -d %{buildroot}/usr/sbin
 install -d %{buildroot}/%{_unitdir}
 
-install -m 0644 scripts/* -d %{buildroot}/%{_unitdir}
-install -m 0775 systemd/* -d %{buildroot}/%{_sbindir}
+install -m 0644 systemd/pc-installer.service %{buildroot}/%{_unitdir}
+install -m 0775 scripts/*  %{buildroot}/%{_sbindir}
 
 
 %files