diff options
author | Catalin Iacob <iacobcatalin@gmail.com> | 2012-08-06 22:15:24 +0200 |
---|---|---|
committer | Catalin Iacob <iacobcatalin@gmail.com> | 2012-08-06 22:15:24 +0200 |
commit | 6c4f45de554aa0fd57450960e7bb5e4a28613bff (patch) | |
tree | bcb53e294ca6a8c8927ed996382cfbf151433164 /Makefile | |
parent | ee919b6c8ce8ba1c85c96fb5cf7c707ae8f21529 (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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |