diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-06 15:16:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-12 07:47:19 +0000 |
commit | a78c8183fa8a4f1138878ef19f9fe7318ca1e4a5 (patch) | |
tree | 12f497f0739bee9cb99d54296dd836014ec081ef | |
parent | Ignoring symlinks as container commands in bash-completion. (diff) | |
download | compute-tools-a78c8183fa8a4f1138878ef19f9fe7318ca1e4a5.tar.xz compute-tools-a78c8183fa8a4f1138878ef19f9fe7318ca1e4a5.zip |
Adding container version to ver symlink.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | share/man/container-version.1.txt | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -102,6 +102,7 @@ install: build ln -sf list $(DESTDIR)/usr/lib/$(SOFTWARE)/container/ls ln -sf remove $(DESTDIR)/usr/lib/$(SOFTWARE)/container/rm + ln -sf version $(DESTDIR)/usr/lib/$(SOFTWARE)/container/ver mkdir -p $(DESTDIR)/lib/systemd/system cp -r share/systemd/* $(DESTDIR)/lib/systemd/system diff --git a/share/man/container-version.1.txt b/share/man/container-version.1.txt index 5e50ad4..9b0ae5e 100644 --- a/share/man/container-version.1.txt +++ b/share/man/container-version.1.txt @@ -31,6 +31,8 @@ SYNOPSIS -------- *container version* ['OPTIONS'] +*container ver* ['OPTIONS'] + DESCRIPTION ----------- |