From 6497c5062259c7951f32cc5a8fe1125719681c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Tue, 24 Jul 2001 17:30:06 +0000 Subject: [PATCH] * Little fix for test of availability of boot-disks in installtools.sh --- debian/changelog | 7 +++++++ tools/woody/installtools.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 05b94354..af49cd98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debian-cd (2.2.7) unstable; urgency=low + + * UNRELEASED + * Minor fix in tools/woody/installtools.sh + + -- Raphael Hertzog 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. diff --git a/tools/woody/installtools.sh b/tools/woody/installtools.sh index cc44eccd..7b9c9b09 100755 --- a/tools/woody/installtools.sh +++ b/tools/woody/installtools.sh @@ -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"