* Use hardlink instead of symlink.
This commit is contained in:
parent
ad275da746
commit
a4dfcf1b6b
|
@ -20,7 +20,7 @@ fi
|
||||||
cd $DOCS
|
cd $DOCS
|
||||||
mkdir -p $DIR/install/$DOCDIR
|
mkdir -p $DIR/install/$DOCDIR
|
||||||
if cp -a * $DIR/install/$DOCDIR/ ; then
|
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
|
else
|
||||||
echo "ERROR: Unable to copy boot-floppies documentation to CD."
|
echo "ERROR: Unable to copy boot-floppies documentation to CD."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue