summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-08-19 07:50:51 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-08-19 09:20:40 +0000
commitc0060c31fdf1c2af1454c5877c311b6680618084 (patch)
treed85f1dac8fbc7ab60a55acef6a4a777893d2209a /Makefile
parentAdding cdebootstrap support. (diff)
downloadcompute-tools-c0060c31fdf1c2af1454c5877c311b6680618084.tar.xz
compute-tools-c0060c31fdf1c2af1454c5877c311b6680618084.zip
Refactor debootstrap create script (FIXME WIP).
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
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