diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-26 11:27:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-27 00:31:53 +0000 |
commit | 5323d07b2ce9416e5958be415c35220cce3b4114 (patch) | |
tree | 60ad17be121c5473857d8ff9f22bb384211df5bc /Makefile | |
parent | Correcting synopsis in container-run manpage. (diff) | |
download | compute-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |