diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-20 17:28:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-01-28 21:30:57 +0000 |
commit | a35ae60cd44b21db89e6407db8778bf50b2e576d (patch) | |
tree | a51a88c679a2eef867cb64e356ca96ca40d94a83 /Makefile | |
parent | Releasing version 20170101. (diff) | |
download | compute-tools-a35ae60cd44b21db89e6407db8778bf50b2e576d.tar.xz compute-tools-a35ae60cd44b21db89e6407db8778bf50b2e576d.zip |
Preparing common hooks.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ install: build cp -r lib/* $(DESTDIR)/usr/lib/$(SOFTWARE) mkdir -p $(DESTDIR)/usr/share/$(SOFTWARE) - cp -r VERSION.txt share/config share/scripts ${DESTDIR}/usr/share/$(SOFTWARE) + cp -r VERSION.txt share/config share/hooks share/scripts ${DESTDIR}/usr/share/$(SOFTWARE) mkdir -p $(DESTDIR)/usr/share/bash-completion/completions cp -r share/bash-completion/* $(DESTDIR)/usr/share/bash-completion/completions |