* Little fix for test of availability of boot-disks in installtools.sh
This commit is contained in:
parent
7cd4b17f40
commit
6497c50622
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue