summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-20 17:28:19 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-01-28 21:30:57 +0000
commita35ae60cd44b21db89e6407db8778bf50b2e576d (patch)
treea51a88c679a2eef867cb64e356ca96ca40d94a83 /Makefile
parentReleasing version 20170101. (diff)
downloadcompute-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e6966e..80f2c7d 100644
--- a/Makefile
+++ b/Makefile
@@ -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