blob: feab534a53606d42606ef712f854894a449e1ecb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aj,v 1.1.1.1 2009/01/08 00:21:00 jmcneill Exp $
--- contrib/command-not-found/Makefile.in.orig 2008-12-09 03:25:51.000000000 -0500
+++ contrib/command-not-found/Makefile.in
@@ -346,9 +346,9 @@ pk_command_not_found_LDADD = \
$(PK_GLIB_LIBS) \
$(NULL)
-bashprofiledir = ${SYSCONFDIR}/profile.d
+bashprofiledir = $(PREFIX)/share/examples/packagekit
dist_bashprofile_DATA = PackageKit.sh
-confdir = $(PK_CONF_DIR)
+confdir = $(PREFIX)/share/examples/packagekit
dist_conf_DATA = CommandNotFound.conf
all: all-am
|