summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-04-11 19:28:22 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-04-16 10:20:02 +0000
commitc3ea84a289df88eda08e3886d70816f8892f3446 (patch)
tree022103668fb08bdd8acae748ffc4b48ce91fb469 /Makefile
parentCreating container script shortcut symlinks in makefile instead of keeping th... (diff)
downloadcompute-tools-c3ea84a289df88eda08e3886d70816f8892f3446.tar.xz
compute-tools-c3ea84a289df88eda08e3886d70816f8892f3446.zip
Adding manpage symlinks for container script shortcut symlinks.
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 1cd2920..0deb81e 100644
--- a/Makefile
+++ b/Makefile
@@ -84,8 +84,10 @@ install: build
ln -sf debconf ${DESTDIR}/usr/share/$(SOFTWARE)/scripts/debian
ln -sf debconf.d ${DESTDIR}/usr/share/$(SOFTWARE)/scripts/debian.d
+ ln -sf container-create-debconf.1 $(DESTDIR)/usr/share/man/man1/container-create-debian.1
ln -sf debconf ${DESTDIR}/usr/share/$(SOFTWARE)/scripts/progress-linux
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
mkdir -p $(DESTDIR)/lib/systemd/system
cp -r share/systemd/* $(DESTDIR)/lib/systemd/system