summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-03-12 06:18:35 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-03-31 14:30:15 +0000
commit030fdd00abcece474ce2b2eb060f230738a944ec (patch)
tree79af69c0067bb5413d23431dc850e224e3fe36cc /Makefile
parentAdding native ARM architecture support in container start command. (diff)
downloadcompute-tools-030fdd00abcece474ce2b2eb060f230738a944ec.tar.xz
compute-tools-030fdd00abcece474ce2b2eb060f230738a944ec.zip
Adding container-shell program.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dafd581..d934242 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,7 @@ install: build
done
ln -s container.1 $(DESTDIR)/usr/share/man/man1/cnt.1
+ ln -s container-shell.1 $(DESTDIR)/usr/share/man/man1/cntsh.1
uninstall:
for SECTION in $$(seq 1 8); \
@@ -89,6 +90,7 @@ uninstall:
done
rm -f $(DESTDIR)/usr/share/man/man1/cnt.1
+ rm -f $(DESTDIR)/usr/share/man/man1/cntsh.1
rm -rf $(DESTDIR)/usr/share/$(SOFTWARE)
rmdir --ignore-fail-on-non-empty --parents $(DESTDIR)/usr/share || true