* Use hardlink instead of symlink.
This commit is contained in:
parent
ad275da746
commit
a4dfcf1b6b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue