pkgsrc-ng/www/goaccess/patches/patch-Makefile.am
2016-01-21 23:41:46 +01:00

15 lines
393 B
Plaintext

$NetBSD: patch-Makefile.am,v 1.2 2015/06/04 21:32:35 wiedi Exp $
deploy example config in the correct place
--- Makefile.am.orig 2015-05-25 17:21:15.000000000 +0000
+++ Makefile.am
@@ -2,7 +2,7 @@
bin_PROGRAMS = goaccess
AUTOMAKE_OPTIONS = subdir-objects
-confdir = $(sysconfdir)
+confdir = $(PREFIX)/share/examples/goaccess
dist_conf_DATA = config/goaccess.conf
goaccess_SOURCES = \