mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
17 lines
428 B
Plaintext
17 lines
428 B
Plaintext
$NetBSD: patch-ad,v 1.1.1.1 2008/11/22 03:32:22 jmcneill Exp $
|
|
|
|
--- 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
|