From 875c846204efdc41ffa6c5fe83d41863530d0ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Fri, 21 Jan 2000 22:02:26 +0000 Subject: [PATCH] * Corrected a bad symlink in bootdisk documentation when building slink CDs. s/install.html/install.en.html/ in installtools.sh. --- tools/slink/installtools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/slink/installtools.sh b/tools/slink/installtools.sh index bb3cbe13..4e9b1315 100755 --- a/tools/slink/installtools.sh +++ b/tools/slink/installtools.sh @@ -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