Files
pkgsrc-ng/pkgtools/packagekit/patches/patch-am
2013-09-26 17:14:40 +02:00

18 lines
570 B
Plaintext

$NetBSD: patch-am,v 1.1.1.1 2009/01/08 00:21:00 jmcneill Exp $
--- etc/Makefile.in.orig 2008-12-09 03:25:52.000000000 -0500
+++ etc/Makefile.in
@@ -291,10 +291,10 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
NULL =
-confdir = $(PK_CONF_DIR)
+confdir = $(PREFIX)/share/examples/packagekit
conf_in_files = PackageKit.conf.in
conf_DATA = $(conf_in_files:.conf.in=.conf)
-vendordir = $(PK_CONF_DIR)
+vendordir = $(PREFIX)/share/examples/packagekit
vendor_DATA = Vendor.conf
EXTRA_DIST = \
$(conf_in_files) \