* Corrected a bad symlink in bootdisk documentation when building

slink CDs. s/install.html/install.en.html/ in installtools.sh.
This commit is contained in:
Raphaël Hertzog 2000-01-21 22:02:26 +00:00
parent 8f95811e0c
commit 875c846204
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ BDIR=$TDIR/$CODENAME-$ARCH
# Put the install documentation in /install
cd $BDIR/1/dists/$CODENAME/main/disks-$ARCH/current
cp *.{html,txt} $BDIR/1/install/
ln -sf install.html $BDIR/1/install/index.html
ln -sf install.en.html $BDIR/1/install/index.html
# Put the boot-disk documentation in /doc too
cd $BDIR/1/doc