14 lines
426 B
Plaintext
14 lines
426 B
Plaintext
$NetBSD: patch-ag,v 1.2 2008/11/25 23:10:23 jmcneill Exp $
|
|
|
|
--- Makefile.am.orig 2008-11-25 17:57:41.000000000 -0500
|
|
+++ Makefile.am 2008-11-25 17:57:56.000000000 -0500
|
|
@@ -6,7 +6,7 @@
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = hal.pc hal-storage.pc
|
|
|
|
-dbusdir = $(DBUS_SYS_DIR)
|
|
+dbusdir = $(PREFIX)/share/examples/hal
|
|
dist_dbus_DATA = hal.conf
|
|
|
|
# Creating ChangeLog from git log (taken from cairo/Makefile.am):
|