summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-01-04 17:17:39 +0100
committerJoey Hess <joey@kodama.kitenet.net>2008-01-04 11:53:08 -0500
commit3ae36d1c7fc9787e335c29075cbae5326575b2c3 (patch)
treec40a11c3435a16d365078191be5375e15b44bd7e /Makefile
parentb373664446fb85be14e0d264bff25fb8c9a76108 (diff)
Merge branch 'pacman-g2'
Conflicts: Makefile pre-install.d/50uncommitted-changes Additinoal fix: As noted by Joey, we should bail out with an error if git commit fails when using pacman-g2. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 23cb3ea..47cc3c9 100644
--- a/Makefile
+++ b/Makefile
@@ -13,3 +13,6 @@ install:
ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),apt))
install -m 0644 -D apt.conf $(PREFIX)/etc/apt/apt.conf.d/05etckeeper
endif
+ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),pacman-g2))
+ install -m 0644 -D pacman-g2.hook $(PREFIX)/etc/pacman-g2/hooks/etckeeper
+endif