summaryrefslogtreecommitdiff
path: root/pkgtools/packagekit/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/packagekit/patches/patch-am')
-rw-r--r--pkgtools/packagekit/patches/patch-am17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgtools/packagekit/patches/patch-am b/pkgtools/packagekit/patches/patch-am
new file mode 100644
index 00000000000..2cb8a0d3d4b
--- /dev/null
+++ b/pkgtools/packagekit/patches/patch-am
@@ -0,0 +1,17 @@
+$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) \