diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-05 14:31:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-05 14:31:19 -0400 |
commit | 118f0016d2f1ecece4d282a257049a86bc4c9ca6 (patch) | |
tree | 2f1cee9cea47b39634de320289f7ad0bc8b2d5b0 /Makefile | |
parent | fa84e9dcae169c7e6f9800572cb94bad2c09c51e (diff) |
Include etckeeper plugin in Debian package.
Conflicts:
debian/control
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,3 +27,4 @@ endif ifeq ($(LOWLEVEL_PACKAGE_MANAGER),pacman-g2) $(INSTALL_DATA) pacman-g2.hook $(DESTDIR)$(etcdir)/pacman-g2/hooks/etckeeper endif + -./etckeeper-bzr/__init__.py install --root=$(DESTDIR) |