mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-03 00:48:05 +02:00
* tools/run-with-tmp-session-bus.sh: fixed script to replace the
<standard_session_servicedirs> tag with a <sevicedir> tag that points to the test service directory
This commit is contained in:
parent
22623192ba
commit
b7bb0d6a43
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ echo "escaped service dir is: $ESCAPED_SERVICE_DIR" >&2
|
|||
|
||||
## create a configuration file based on the standard session.conf
|
||||
cat $DBUS_TOP_BUILDDIR/bus/session.conf | \
|
||||
sed -e 's/<servicedir>.*$/<servicedir>'$ESCAPED_SERVICE_DIR'<\/servicedir>/g' | \
|
||||
sed -e 's/<standard_session_servicedirs.*$/<servicedir>'$ESCAPED_SERVICE_DIR'<\/servicedir>/g' | \
|
||||
sed -e 's/<include.*$//g' \
|
||||
> $CONFIG_FILE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue