mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
* Fix if/else nesting for debootstrap checks.
This commit is contained in:
parent
63f0213511
commit
26ac1136ec
4
Makefile
4
Makefile
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user