ia64/xen-unstable
changeset 4079:7dcf99744644
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
Tiny hack to fix install.sh for the case where /etc/init.d is a symlink.
Signed-off-by: ian@xensource.com
author | iap10@freefall.cl.cam.ac.uk |
---|---|
date | Thu Mar 10 17:37:10 2005 +0000 (2005-03-10) |
parents | 013c95ccecee |
children | ac47854d261f 1a522944f765 |
files | install.sh |
line diff
1.1 --- a/install.sh Thu Mar 10 16:08:14 2005 +0000 1.2 +++ b/install.sh Thu Mar 10 17:37:10 2005 +0000 1.3 @@ -33,6 +33,8 @@ do 1.4 done 1.5 cd - 1.6 cp -fdR $src/* $dst 1.7 +# hack to fixup the case that init.d is a symlink 1.8 +cp -fdR $src/etc/init.d/* $dst/etc/init.d/ 1.9 echo "All done." 1.10 1.11 echo "Checking to see whether prerequisite tools are installed..."