diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-08-19 07:50:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-08-19 09:20:40 +0000 |
commit | c0060c31fdf1c2af1454c5877c311b6680618084 (patch) | |
tree | d85f1dac8fbc7ab60a55acef6a4a777893d2209a /Makefile | |
parent | Adding cdebootstrap support. (diff) | |
download | compute-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |