summaryrefslogtreecommitdiff
path: root/test/test-functions
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-11-04 18:33:37 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-11-04 18:33:37 +0000
commite63b61be5350dbe92ea12e1eeb96dde251ed9292 (patch)
tree88f813eb0732ddc2526c8ea2ef25ba87f5ec235b /test/test-functions
parent51c41a97ecc36dc274d56755993826ede68e2086 (diff)
test-functions: fix dbus-1 installation
The basic setup for the well-known system and session buses is now done in read-only files in ${datadir} (normally /usr/share). See the NEWS entry for 1.9.18 for details. http://cgit.freedesktop.org/dbus/dbus/tree/NEWS
Diffstat (limited to 'test/test-functions')
-rw-r--r--test/test-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-functions b/test/test-functions
index 8272e52e17..ab77576573 100644
--- a/test/test-functions
+++ b/test/test-functions
@@ -260,7 +260,7 @@ install_dbus() {
inst $ROOTLIBDIR/system/dbus.service
find \
- /etc/dbus-1 -xtype f \
+ /etc/dbus-1 /usr/share/dbus-1 -xtype f \
| while read file; do
inst $file
done