mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
* 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
Block a user