mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 14:35:50 -04:00
15 lines
393 B
Plaintext
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 = \
|