From fb1302f305710dd5f550d40976327a6aca0fd9b4 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Thu, 30 Mar 2000 13:55:53 +0000 Subject: [PATCH] work around new boot-floppies where all langs are installed for docs --- tools/potato/installtools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/potato/installtools.sh b/tools/potato/installtools.sh index d0322b48..90f887c0 100755 --- a/tools/potato/installtools.sh +++ b/tools/potato/installtools.sh @@ -24,7 +24,7 @@ fi cd $BDIR/1/dists/$CODENAME/main/disks-$ARCH/current/$DOCDIR mkdir $BDIR/1/install/$DOCDIR cp *.{html,txt} $BDIR/1/install/$DOCDIR/ -ln -sf install*.html $BDIR/1/install/$DOCDIR/index.html +#ln -sf install*.html $BDIR/1/install/$DOCDIR/index.html # Put the boot-disk documentation in /doc too mkdir $BDIR/1/doc/install