From 4a952b5cf930cb7dd3abac1d2113e2502d27b4d1 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 15 Jul 2014 13:59:31 -0400 Subject: [PATCH] dbus: fix mistake. --- sys-apps/dbus/dbus-1.8.6.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/dbus/dbus-1.8.6.recipe b/sys-apps/dbus/dbus-1.8.6.recipe index a6460303b..c35e7191b 100644 --- a/sys-apps/dbus/dbus-1.8.6.recipe +++ b/sys-apps/dbus/dbus-1.8.6.recipe @@ -84,10 +84,10 @@ REQUIRES_devel=" BUILD() { -# runConfigure --omit-dirs binDir ./configure \ -# --with-system-pid-file=/var/run/dbus/pid \ -# --with-system-socket=/var/run/dbus/system_bus_socket \ -# --bindir=$prefix/bin + runConfigure --omit-dirs binDir ./configure \ + --with-system-pid-file=/var/run/dbus/pid \ + --with-system-socket=/var/run/dbus/system_bus_socket \ + --bindir=$prefix/bin make $jobArgs }