From eb4bb6e4f19ff76132e1d3a8b6886911e23f9286 Mon Sep 17 00:00:00 2001 From: franklahm Date: Fri, 27 Nov 2009 11:32:10 +0000 Subject: [PATCH] install-data-local was missing --- config/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/Makefile.am b/config/Makefile.am index 4fbf3441..31370340 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -36,6 +36,15 @@ webminport = @WEBMIN_PORT@ # install configuration files # +install-data-local: install-config-files install-webmin + +uninstall-local: + for f in $(CONFFILES) $(GENFILES); do \ + echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ + rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ + done + + install-config-files: $(CONFFILES) $(GENFILES) $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) for f in $(CONFFILES) $(GENFILES); do \ -- 2.39.2