From a4dfcf1b6b5d8465250a985090d1e720f2c1f5cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Fri, 11 Oct 2002 09:51:24 +0000 Subject: [PATCH] * Use hardlink instead of symlink. --- tools/sarge/installtools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sarge/installtools.sh b/tools/sarge/installtools.sh index e7c2de3e..0732343e 100755 --- a/tools/sarge/installtools.sh +++ b/tools/sarge/installtools.sh @@ -20,7 +20,7 @@ fi cd $DOCS mkdir -p $DIR/install/$DOCDIR if cp -a * $DIR/install/$DOCDIR/ ; then - ln -sf install.en.html $DIR/install/$DOCDIR/index.html + ln -f install.en.html $DIR/install/$DOCDIR/index.html else echo "ERROR: Unable to copy boot-floppies documentation to CD." fi