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