Re-add the tools directory on amd64 and i386 disc #1

This commit is contained in:
Steve McIntyre 2009-02-14 12:16:11 +00:00
parent 60c1387960
commit 132bae8583
1 changed files with 8 additions and 1 deletions

View File

@ -119,6 +119,13 @@ if [ "$NN" = "1" ]; then
cp -lf $disk $CDDIR/$INSTALLDIR/$dir
fi
done
if [ -e "$MIRROR/tools" ] && \
[ ! -e $CDDIR/tools ] && \
[ "$OMIT_DOC_TOOLS" != "1" ] ; then
echo " Adding tools to CD1"
$BASEDIR/tools/add_files $CDDIR $MIRROR tools
fi
fi
extra_image () {