From 40c92e9a3a19434ea04e64d2bd28eccca1ede3a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 31 Oct 2017 17:46:45 +0100 Subject: Adding container create pre-hook that can be used to automatically git pull /etc/container-tools/debconf. Signed-off-by: Daniel Baumann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 030a9fb..6ee40cb 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 -- cgit v1.2.3