aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-03-10 17:37:10 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-03-10 17:37:10 +0000
commit8e86d6ab9f4b3995436f548b3ef6494564dfd26a (patch)
tree22f0cad68695ee9f1012fb7e8aaa18677b80040a /install.sh
parent580fd7ddd2a31b73a2123c65619fe9f07c760641 (diff)
downloadxen-8e86d6ab9f4b3995436f548b3ef6494564dfd26a.tar.gz
xen-8e86d6ab9f4b3995436f548b3ef6494564dfd26a.tar.bz2
xen-8e86d6ab9f4b3995436f548b3ef6494564dfd26a.zip
bitkeeper revision 1.1159.258.40 (423085c6l2rF-ZZuQiNGB3ZR9Vzj7A)
Tiny hack to fix install.sh for the case where /etc/init.d is a symlink. Signed-off-by: ian@xensource.com
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 09a59046f6..491e5ab56f 100755
--- a/install.sh
+++ b/install.sh
@@ -33,6 +33,8 @@ do
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/
echo "All done."
echo "Checking to see whether prerequisite tools are installed..."