summaryrefslogtreecommitdiff
path: root/sysutils/dbus/patches/patch-ac
blob: 519d2cfddcab6a95fb2675f893d95d0b5aad9f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ac,v 1.6 2006/11/13 15:16:20 drochner Exp $

--- tools/run-with-tmp-session-bus.sh.orig	2006-10-01 05:18:47.000000000 +0200
+++ tools/run-with-tmp-session-bus.sh
@@ -38,9 +38,11 @@ if ! test -e "$DBUS_TOP_BUILDDIR"/bus/db
     die "$DBUS_TOP_BUILDDIR/bus/dbus-daemon does not exist"
 fi
 
-export PATH="$DBUS_TOP_BUILDDIR"/bus:$PATH
+PATH="$DBUS_TOP_BUILDDIR"/bus:$PATH
+export PATH
 ## the libtool script found by the path search should already do this, but
-export LD_LIBRARY_PATH=$DBUS_TOP_BUILDDIR/dbus/.libs:$LD_LIBRARY_PATH
+LD_LIBRARY_PATH=$DBUS_TOP_BUILDDIR/dbus/.libs:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
 
 unset DBUS_SESSION_BUS_ADDRESS
 unset DBUS_SESSION_BUS_PID