Howdy,

The patch from Petter Reinholdtsen to detect when debootstrap
mis-nested the error message.  The following patch fixes it.
Matt

Index: Makefile
===================================================================
RCS file: /cvs/debian-boot/debian-cd/Makefile,v
retrieving revision 1.52
diff -u -r1.52 Makefile
--- Makefile    2002/04/23 13:33:37     1.52
+++ Makefile    2002/04/23 17:59:28
@@ -449,9 +449,9 @@
            if [ "$$ok" = "yes" ]; then \
                echo "CD$$DISK contains all packages needed by debootstrap"; \
                touch $(BDIR)/CD$$DISK/.disk/base_installable; \
-           else \
-               echo "Unable to find debootstrap program"; \
            fi; \
+       else \
+           echo "Unable to find debootstrap"; \
        fi; \
        done
        $(Q)set -e; \

Attachment: msg03489/pgp00000.pgp
Description: PGP signature

Reply via email to