From 60b6d3cbf44d386263b5809283cc2d76a99fbd7e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 12 Jun 2012 07:15:10 +0200 Subject: [PATCH] dbus: switch to /run for pid and socket. --- srcpkgs/dbus/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template index e3eeee5efa..41b9f38b0d 100644 --- a/srcpkgs/dbus/template +++ b/srcpkgs/dbus/template @@ -1,14 +1,15 @@ # Template file for 'dbus' pkgname=dbus version=1.6.0 -revision=1 +revision=2 homepage="http://dbus.freedesktop.org/" distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz" build_style=gnu-configure configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat --disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-doxygen-docs --disable-xml-docs --disable-tests --enable-systemd ---with-systemdsystemunitdir=/lib/systemd/system --enable-epoll" +--with-systemdsystemunitdir=/lib/systemd/system --enable-epoll +--with-system-pid-file=/run/dbus/pid --with-system-socket=/run/dbus/system_bus_socket" makedepends="pkg-config expat-devel libX11-devel systemd-devel" conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf" subpackages="dbus-devel dbus-libs dbus-x11"