summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-10-26 19:06:32 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-06 08:34:29 +0000
commitdfd505f1fa053c3dc61ac8c2469ce7bbb653e2fd (patch)
tree636767d1d3a88b41f99335c1061b01d9c0f1dd35
parentExcluding symlinks in container-shell command list. (diff)
downloadcompute-tools-dfd505f1fa053c3dc61ac8c2469ce7bbb653e2fd.tar.xz
compute-tools-dfd505f1fa053c3dc61ac8c2469ce7bbb653e2fd.zip
Adding container list to ls symlink.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--Makefile2
-rw-r--r--share/man/container-list.1.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4ea05a6..46a3592 100644
--- a/Makefile
+++ b/Makefile
@@ -100,6 +100,8 @@ install: build
ln -sf debconf.d ${DESTDIR}/usr/share/$(SOFTWARE)/scripts/progress-linux.d
ln -sf container-create-debconf.1 $(DESTDIR)/usr/share/man/man1/container-create-progress-linux.1
+ ln -sf list $(DESTDIR)/usr/lib/$(SOFTWARE)/container/ls
+
mkdir -p $(DESTDIR)/lib/systemd/system
cp -r share/systemd/* $(DESTDIR)/lib/systemd/system
diff --git a/share/man/container-list.1.txt b/share/man/container-list.1.txt
index 8ac59c2..e0c8fb7 100644
--- a/share/man/container-list.1.txt
+++ b/share/man/container-list.1.txt
@@ -31,6 +31,8 @@ SYNOPSIS
--------
*container list* ['OPTIONS']
+*container ls* ['OPTIONS']
+
DESCRIPTION
-----------