* Little fix for test of availability of boot-disks in installtools.sh

This commit is contained in:
Raphaël Hertzog 2001-07-24 17:30:06 +00:00
parent 7cd4b17f40
commit 6497c50622
2 changed files with 8 additions and 1 deletions
debian
tools/woody

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
debian-cd (2.2.7) unstable; urgency=low
* UNRELEASED
* Minor fix in tools/woody/installtools.sh
-- Raphael Hertzog <hertzog@debian.org> Tue, 24 Jul 2001 18:56:33 +0200
debian-cd (2.2.6) unstable; urgency=medium
* Updated tasks/base-woody to be in sync with debootstrap 0.1.15.

View File

@ -12,7 +12,7 @@ DIR=$1
DOCDIR=doc
if [ -f $MIRROR/dists/$CODENAME/main/disks-$ARCH/current/images-2.88/compact/rescue.bin ] ; then
if [ -e $MIRROR/dists/$CODENAME/main/disks-$ARCH/current/$DOCDIR ] ; then
CODENAME1=$CODENAME
else
echo "Using potato bootdisk documentation"