From 6c4f45de554aa0fd57450960e7bb5e4a28613bff Mon Sep 17 00:00:00 2001 From: Catalin Iacob Date: Mon, 6 Aug 2012 22:15:24 +0200 Subject: Add zypper plugin for openSUSE This uses zypp_plugin, a Python helper for implementing the protocol between zypper and plugins. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 677d59f..cb1ca18 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,9 @@ endif 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" -- cgit v1.2.3