From 021a64645b3895ea337370139c85bb7914da5732 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Thu, 28 Feb 2008 13:37:30 +0000 Subject: [PATCH] fixed pf2slice spec file --- pf2slice.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pf2slice.spec b/pf2slice.spec index be20948..5c71696 100644 --- a/pf2slice.spec +++ b/pf2slice.spec @@ -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} -- 2.43.0