summaryrefslogtreecommitdiff
path: root/pkgtools/packagekit/patches/patch-am
blob: 2cb8a0d3d4b9ea18b7787235fbef4ace1dbf602f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)				\