diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-11 19:27:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-16 10:20:02 +0000 |
commit | ed8b07487b49a0e5b1d7d17342e40059705da335 (patch) | |
tree | a739a6d9df570813d242b94ea4a0a1f8a61a4ca5 /Makefile | |
parent | Creating container program shortcut symlinks in makefile instead of keeping t... (diff) | |
download | compute-tools-ed8b07487b49a0e5b1d7d17342e40059705da335.tar.xz compute-tools-ed8b07487b49a0e5b1d7d17342e40059705da335.zip |
Creating container script shortcut symlinks in makefile instead of keeping them in the sources.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -82,6 +82,11 @@ install: build ln -sf container-shell $(DESTDIR)/usr/bin/cntsh ln -sf container-shell.1 $(DESTDIR)/usr/share/man/man1/cntsh.1 + ln -sf debconf ${DESTDIR}/usr/share/$(SOFTWARE)/scripts/debian + ln -sf debconf.d ${DESTDIR}/usr/share/$(SOFTWARE)/scripts/debian.d + ln -sf debconf ${DESTDIR}/usr/share/$(SOFTWARE)/scripts/progress-linux + ln -sf debconf.d ${DESTDIR}/usr/share/$(SOFTWARE)/scripts/progress-linux.d + mkdir -p $(DESTDIR)/lib/systemd/system cp -r share/systemd/* $(DESTDIR)/lib/systemd/system |