25 lines
760 B
Plaintext
25 lines
760 B
Plaintext
$NetBSD: patch-src_Makefile.am,v 1.1 2014/06/09 13:08:19 ryoon Exp $
|
|
|
|
Install files into pkgsrc example paths; will be correctly
|
|
installed by pkgsrc configuration file framework.
|
|
|
|
--- src/Makefile.am.orig 2014-02-14 13:45:45.000000000 +0000
|
|
+++ src/Makefile.am
|
|
@@ -27,14 +27,14 @@ pulseincludedir=$(includedir)/pulse
|
|
pulsecoreincludedir=$(includedir)/pulsecore
|
|
pulselibexecdir=$(libexecdir)/pulse
|
|
if HAVE_X11
|
|
-xdgautostartdir=$(sysconfdir)/xdg/autostart
|
|
+xdgautostartdir= ${EGDIR}
|
|
endif
|
|
if HAVE_ALSA
|
|
alsaprofilesetsdir=$(datadir)/pulseaudio/alsa-mixer/profile-sets
|
|
alsapathsdir=$(datadir)/pulseaudio/alsa-mixer/paths
|
|
endif
|
|
if HAVE_DBUS
|
|
-dbuspolicydir=$(sysconfdir)/dbus-1/system.d
|
|
+dbuspolicydir=${EGDIR}
|
|
endif
|
|
|
|
###################################
|