17 lines
538 B
Plaintext
17 lines
538 B
Plaintext
$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
|
|
|