diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 04:21:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 04:21:22 +0800 |
commit | 0095f5d9a07cab06357b2ac10dafe79eb74874d6 (patch) | |
tree | 60f82692610aa8e5ce41f4d76b6283e472b00f2a /devel/dbus-glib | |
parent | 49613cb7b2474f3c83da36d1ce4c345d0a65e0c3 (diff) | |
download | marcuscom-ports-0095f5d9a07cab06357b2ac10dafe79eb74874d6.tar marcuscom-ports-0095f5d9a07cab06357b2ac10dafe79eb74874d6.tar.gz marcuscom-ports-0095f5d9a07cab06357b2ac10dafe79eb74874d6.tar.bz2 marcuscom-ports-0095f5d9a07cab06357b2ac10dafe79eb74874d6.tar.lz marcuscom-ports-0095f5d9a07cab06357b2ac10dafe79eb74874d6.tar.xz marcuscom-ports-0095f5d9a07cab06357b2ac10dafe79eb74874d6.tar.zst marcuscom-ports-0095f5d9a07cab06357b2ac10dafe79eb74874d6.zip |
Patch the temp dbus exec script so that we don't need dbus to be running
to build dbus-glib.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7630 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dbus-glib')
-rw-r--r-- | devel/dbus-glib/files/patch-tools_run-with-tmp-session-bus.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/dbus-glib/files/patch-tools_run-with-tmp-session-bus.sh b/devel/dbus-glib/files/patch-tools_run-with-tmp-session-bus.sh new file mode 100644 index 000000000..4aa4e5a18 --- /dev/null +++ b/devel/dbus-glib/files/patch-tools_run-with-tmp-session-bus.sh @@ -0,0 +1,15 @@ +--- tools/run-with-tmp-session-bus.sh.orig Sat Oct 7 16:18:50 2006 ++++ tools/run-with-tmp-session-bus.sh Sat Oct 7 16:19:24 2006 +@@ -1,10 +1,10 @@ +-#! /bin/bash ++#! /bin/sh + + SCRIPTNAME=$0 + WRAPPED_SCRIPT=$1 + shift + +-function die() ++die() + { + if ! test -z "$DBUS_SESSION_BUS_PID" ; then + echo "killing message bus "$DBUS_SESSION_BUS_PID >&2 |