diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-04 18:33:37 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-04 18:33:37 +0000 |
commit | e63b61be5350dbe92ea12e1eeb96dde251ed9292 (patch) | |
tree | 88f813eb0732ddc2526c8ea2ef25ba87f5ec235b /test | |
parent | 51c41a97ecc36dc274d56755993826ede68e2086 (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')
-rw-r--r-- | test/test-functions | 2 |
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 |