dbus: moved pid file to a more useful location

This commit is contained in:
Matt Housh 2006-12-20 10:00:38 -06:00
parent 41c598ed49
commit 872433681a

View File

@ -5,7 +5,7 @@
name=dbus
version=1.0.2
release=1
release=2
source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \
rc.dbus 30-dbus.launch)
@ -16,7 +16,8 @@ build() {
--localstatedir=/var \
--disable-static \
--with-dbus-user=messagebus \
--with-xml=expat
--with-xml=expat \
--with-system-pid-file=/var/run/$name/$name.pid
make
make DESTDIR=$PKG install
install -D -m 0755 $SRC/rc.dbus $PKG/etc/rc.d/dbus