summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-05-01 05:18:45 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-05-01 05:19:20 +0000
commitbaa1a15eb54693784ddeca9561357e8213049241 (patch)
tree3691b4b3459c94eaf99eef4fca2ddcff65c86f32 /Makefile
parentReleasing version 20220430. (diff)
downloadcompute-tools-baa1a15eb54693784ddeca9561357e8213049241.tar.xz
compute-tools-baa1a15eb54693784ddeca9561357e8213049241.zip
Adding container rebuild 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 7442ab2..9cf2b1a 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,7 @@ install: build
ln -sf list $(DESTDIR)/usr/libexec/$(PROGRAM)/ls
ln -sf move $(DESTDIR)/usr/libexec/$(PROGRAM)/mv
ln -sf remove $(DESTDIR)/usr/libexec/$(PROGRAM)/rm
+ ln -sf rebuild $(DESTDIR)/usr/libexec/$(PROGRAM)/rb
ln -sf restart $(DESTDIR)/usr/libexec/$(PROGRAM)/rs
ln -sf start $(DESTDIR)/usr/libexec/$(PROGRAM)/s
ln -sf status $(DESTDIR)/usr/libexec/$(PROGRAM)/st