summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCatalin Iacob <iacobcatalin@gmail.com>2012-08-06 22:15:24 +0200
committerCatalin Iacob <iacobcatalin@gmail.com>2012-08-06 22:15:24 +0200
commit6c4f45de554aa0fd57450960e7bb5e4a28613bff (patch)
treebcb53e294ca6a8c8927ed996382cfbf151433164 /Makefile
parentee919b6c8ce8ba1c85c96fb5cf7c707ae8f21529 (diff)
Add zypper plugin for openSUSE
This uses zypp_plugin, a Python helper for implementing the protocol between zypper and plugins.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 677d59f..cb1ca18 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,9 @@ ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),yum)
$(INSTALL_DATA) yum-etckeeper.py $(DESTDIR)$(prefix)/lib/yum-plugins/etckeeper.py
$(INSTALL_DATA) yum-etckeeper.conf $(DESTDIR)$(etcdir)/yum/pluginconf.d/etckeeper.conf
endif
+ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),zypper)
+ $(INSTALL_DATA) zypper-etckeeper.py $(DESTDIR)$(prefix)/lib/zypp/plugins/commit/zypper-etckeeper.py
+endif
-./etckeeper-bzr/__init__.py install --root=$(DESTDIR) ${PYTHON_INSTALL_OPTS} || echo "** bzr support not installed"
echo "** installation successful"