[pacman-dev] [PATCH] Create makepkg-template and system hook directories upon install

Allan McRae allan at archlinux.org
Tue Jan 26 11:06:42 UTC 2016


Signed-off-by: Allan McRae <allan at archlinux.org>
---
 Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3f10d15..a676878 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,9 +51,10 @@ AM_PY_LOG_FLAGS = \
 		--bindir $(top_builddir)/src/pacman \
 		--bindir $(top_builddir)/scripts
 
-# create the pacman DB and cache directories upon install
+# create the pacman DB, cache, makepkg-template and system hook directories upon install
 install-data-local:
-	for dir in "$(DESTDIR)$(localstatedir)/lib/pacman" "$(DESTDIR)$(localstatedir)/cache/pacman/pkg"; do \
+	for dir in "$(DESTDIR)$(localstatedir)/lib/pacman" "$(DESTDIR)$(localstatedir)/cache/pacman/pkg" \
+	           "$(DESTDIR)$(datarootdir)/makepkg-template" "$(DESTDIR)$(datarootdir)/libalpm/hooks"; do \
 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 	done
 
-- 
2.7.0


More information about the pacman-dev mailing list