From 8e86d6ab9f4b3995436f548b3ef6494564dfd26a Mon Sep 17 00:00:00 2001 From: "iap10@freefall.cl.cam.ac.uk" Date: Thu, 10 Mar 2005 17:37:10 +0000 Subject: 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 --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') 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..." -- cgit v1.2.3