* Fix if/else nesting for debootstrap checks.

This commit is contained in:
Raphaël Hertzog 2002-04-23 21:30:51 +00:00
parent 63f0213511
commit 26ac1136ec
1 changed files with 2 additions and 2 deletions

View File

@ -449,9 +449,9 @@ $(BDIR)/packages-stamp:
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 program"; \
fi; \
done
$(Q)set -e; \