[arch-commits] Commit in dbus-core/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Thu Jun 28 14:04:37 UTC 2012


    Date: Thursday, June 28, 2012 @ 10:04:37
  Author: ibiru
Revision: 162699

fix console auth dir path
the code doesn't handle a path without the ending /

Modified:
  dbus-core/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-28 13:43:33 UTC (rev 162698)
+++ PKGBUILD	2012-06-28 14:04:37 UTC (rev 162699)
@@ -4,7 +4,7 @@
 #
 pkgname=dbus-core
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Freedesktop.org message bus system"
 url="http://www.freedesktop.org/Software/dbus"
 arch=(i686 x86_64)
@@ -25,7 +25,7 @@
       --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
       --with-system-pid-file=/run/dbus/pid \
       --with-system-socket=/run/dbus/system_bus_socket \
-      --with-console-auth-dir=/run/console \
+      --with-console-auth-dir=/run/console/ \
       --enable-inotify --disable-dnotify \
       --disable-verbose-mode --disable-static \
       --disable-tests --disable-asserts \




More information about the arch-commits mailing list