From 4c7d6c7e9ef82c4f01d6f552103cf47f6fe01d15 Mon Sep 17 00:00:00 2001 From: Techlive Zheng Date: Thu, 27 Dec 2012 22:49:38 +0800 Subject: [PATCH 3/5] Use /usr/share/webapps/munin for CGI helpers --- modif/munin/Makefile.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modif/munin/Makefile.config b/modif/munin/Makefile.config index ca89ac2..fd1ef6a 100644 --- a/modif/munin/Makefile.config +++ b/modif/munin/Makefile.config @@ -36,7 +36,7 @@ LIBDIR = $(PREFIX)/usr/lib/munin # Server only - Output directory HTMLDIR = $(PREFIX)/var/lib/munin/www -CGIDIR = $(PREFIX)/usr/share/munin/cgi +CGIDIR = $(PREFIX)/usr/share/webapps/munin/cgi # Where to put RRD files and other internal data, both master and node DBDIR = $(DESTDIR)/var/lib/munin -- 1.8.0.2