[Lunar-commits] <moonbase> dbus: fix the compile.

Florin Braescu florin at lunar-linux.org
Mon May 2 17:04:16 CEST 2011


commit 7e5d2d3a8a3acf19bae1738be5cc3cac737edaea
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon May 2 18:04:16 2011 +0300

    dbus: fix the compile.
---
 devel/dbus/BUILD |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/dbus/BUILD b/devel/dbus/BUILD
index b018cb1..91ede3c 100644
--- a/devel/dbus/BUILD
+++ b/devel/dbus/BUILD
@@ -1,8 +1,8 @@
 (
 
-  rm -fr /usr/lib/systemd/system/dbus.target.wants/dbus.socket
-  rm -fr /usr/lib/systemd/system/sockets.target.wants/dbus.socket
-  rm -fr /usr/lib/systemd/system/multi-user.target.wants/dbus.service
+  rm -fr /lib/systemd/system/dbus.target.wants/dbus.socket
+  rm -fr /lib/systemd/system/sockets.target.wants/dbus.socket
+  rm -fr /lib/systemd/system/multi-user.target.wants/dbus.service
 
   OPTS+=" --disable-static --enable-checks --with-xml=expat          \
         --with-system-pid-file=/var/run/messagebus.pid               \


More information about the Lunar-commits mailing list