diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-04 13:08:53 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-04 13:08:53 -0500 |
commit | e02a623706dac18440ff32d0e84bdce288d2bc5f (patch) | |
tree | 45744573ba5a7859aa3ebf30f98c3c623f3b1f58 /Makefile | |
parent | 769093aa22ab6102dc8f86fa6cb923618e3a5950 (diff) |
let's call pacman a lowlevel package manager consistently
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,6 +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)) +ifeq ($(LOWLEVEL_PACKAGE_MANAGER),pacman-g2)) install -m 0644 -D pacman-g2.hook $(PREFIX)/etc/pacman-g2/hooks/etckeeper endif |