diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-01-04 17:17:39 +0100 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-04 11:53:08 -0500 |
commit | 3ae36d1c7fc9787e335c29075cbae5326575b2c3 (patch) | |
tree | c40a11c3435a16d365078191be5375e15b44bd7e /Makefile | |
parent | b373664446fb85be14e0d264bff25fb8c9a76108 (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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |