summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-26 11:27:56 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-27 00:31:53 +0000
commit5323d07b2ce9416e5958be415c35220cce3b4114 (patch)
tree60ad17be121c5473857d8ff9f22bb384211df5bc /Makefile
parentCorrecting synopsis in container-run manpage. (diff)
downloadcompute-tools-5323d07b2ce9416e5958be415c35220cce3b4114.tar.xz
compute-tools-5323d07b2ce9416e5958be415c35220cce3b4114.zip
Adding container update 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 98dc791..a0e050d 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,7 @@ install: build
ln -sf start $(DESTDIR)/usr/libexec/$(PROGRAM)/s
ln -sf status $(DESTDIR)/usr/libexec/$(PROGRAM)/st
ln -sf stop $(DESTDIR)/usr/libexec/$(PROGRAM)/t
+ ln -sf update $(DESTDIR)/usr/libexec/$(PROGRAM)/u
mkdir -p $(DESTDIR)/lib/systemd/system
cp -r share/systemd/* $(DESTDIR)/lib/systemd/system