summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-25 09:08:01 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-26 03:46:53 +0000
commit0861a2ffbea2812d95ac3f1cb7a1bc803ab8165c (patch)
treee2ac7461ca9fcc4418b5124c4ff6968167f73b2c /Makefile
parentMaking previous container curl create script a container get script. (diff)
downloadcompute-tools-0861a2ffbea2812d95ac3f1cb7a1bc803ab8165c.tar.xz
compute-tools-0861a2ffbea2812d95ac3f1cb7a1bc803ab8165c.zip
Adding container get command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1bb8093..47f8df5 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,7 @@ install: build
ln -sf container-build-debootstrap.1 $(DESTDIR)/usr/share/man/man1/container-build-mmdebstrap.1
ln -sf build $(DESTDIR)/usr/libexec/$(PROGRAM)/b
+ ln -sf get $(DESTDIR)/usr/libexec/$(PROGRAM)/g
ln -sf list $(DESTDIR)/usr/libexec/$(PROGRAM)/ls
ln -sf move $(DESTDIR)/usr/libexec/$(PROGRAM)/mv
ln -sf remove $(DESTDIR)/usr/libexec/$(PROGRAM)/rm