aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-03-18 09:05:06 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-03-18 09:05:06 +0000
commit9b82bd2d0ca05323db7b1897adbe520f5a154910 (patch)
tree047739ce9dfa45f3a42680dcb9c624a339918868 /install.sh
parentd5e030e698c55a3f358ef09fde39657ded1ead53 (diff)
downloadxen-9b82bd2d0ca05323db7b1897adbe520f5a154910.tar.gz
xen-9b82bd2d0ca05323db7b1897adbe520f5a154910.tar.bz2
xen-9b82bd2d0ca05323db7b1897adbe520f5a154910.zip
bitkeeper revision 1.1159.258.59 (423a99c28LSWeyvb5zB2Je7BjDgLww)
Fix install script to follow symlinks. Signed-off-by: Paul Larson <pl@us.ibm.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 491e5ab56f..a8ab96134c 100755
--- a/install.sh
+++ b/install.sh
@@ -32,9 +32,7 @@ do
[ -e "$l" ] && ln -fs "$l" vmlinuz${v}-xenU
done
cd -
-cp -fdR $src/* $dst
-# hack to fixup the case that init.d is a symlink
-cp -fdR $src/etc/init.d/* $dst/etc/init.d/
+cp -fdRL $src/* $dst
echo "All done."
echo "Checking to see whether prerequisite tools are installed..."