* Use hardlink instead of symlink.

This commit is contained in:
Raphaël Hertzog 2002-10-11 09:51:24 +00:00
parent ad275da746
commit a4dfcf1b6b
1 changed files with 1 additions and 1 deletions

View File

@ -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