19 lines
467 B
Plaintext
19 lines
467 B
Plaintext
$NetBSD: patch-ad,v 1.2 2014/08/17 15:59:07 wiz Exp $
|
|
|
|
Install config files into pkgsrc example path.
|
|
|
|
--- data/Makefile.am.orig 2008-02-29 15:23:02.000000000 -0500
|
|
+++ data/Makefile.am
|
|
@@ -1,9 +1,9 @@
|
|
NULL =
|
|
|
|
-dbusconfdir = $(DBUS_SYS_DIR)
|
|
+dbusconfdir = $(PREFIX)/share/examples/consolekit
|
|
dbusconf_DATA = ConsoleKit.conf
|
|
|
|
-seatdir = $(sysconfdir)/ConsoleKit/seats.d
|
|
+seatdir = $(PREFIX)/share/examples/consolekit
|
|
seat_DATA = 00-primary.seat
|
|
|
|
if HAVE_POLKIT
|