summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d35156c..f1dc5bf 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ install: build
ln -sf container-build-debconf.1 $(DESTDIR)/usr/share/man/man1/container-build-$${MODE}.1; \
done
- for BOOTSTRAP in mmdebstrap; \
+ for BOOTSTRAP in debootstrap cdebootstrap mmdebstrap; \
do \
ln -sf bootstrap $(DESTDIR)/usr/share/$(SOFTWARE)/build-scripts/$${BOOTSTRAP}; \
ln -sf container-build-bootstrap.1 $(DESTDIR)/usr/share/man/man1/container-build-$${BOOTSTRAP}.1; \
@@ -174,7 +174,7 @@ uninstall:
rm -f $(DESTDIR)/usr/share/man/man1/container-build-$${MODE}.1; \
done
- for BOOTSTRAP in mmdebstrap; \
+ for BOOTSTRAP in debootstrap cdebootstrap mmdebstrap; \
do \
rm -f $(DESTDIR)/usr/share/man/man1/container-build-$${BOOTSTRAP}.1; \
done