From 9b82bd2d0ca05323db7b1897adbe520f5a154910 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 18 Mar 2005 09:05:06 +0000 Subject: bitkeeper revision 1.1159.258.59 (423a99c28LSWeyvb5zB2Je7BjDgLww) Fix install script to follow symlinks. Signed-off-by: Paul Larson Signed-off-by: Keir Fraser --- install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'install.sh') 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..." -- cgit v1.2.3