fixed pf2slice spec file
authorSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 28 Feb 2008 13:37:30 +0000 (13:37 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 28 Feb 2008 13:37:30 +0000 (13:37 +0000)
pf2slice.spec

index be20948..5c71696 100644 (file)
@@ -26,8 +26,8 @@ pf2slice - Populates the planetflow slice with the right initscript, keychains a
 rm -rf %{buildroot}
 install -d -v %{buildroot}/etc/init.d
 install -m 755 -v pf2slice-initscript %{buildroot}/etc/init.d/pf2slice
-mkdir -p /root/.ssh
-cp authorized_keys /root/.ssh
+mkdir -p %{buildroot}/root/.ssh
+cp authorized_keys %{buildroot}/root/.ssh
 
 %clean
 rm -rf %{buildroot}