c62b8e
From f22596b2032c31e2014c17bf182737c57cf3b83a Mon Sep 17 00:00:00 2001
c62b8e
From: Evgeny Vereshchagin <evvers@ya.ru>
c62b8e
Date: Wed, 4 Nov 2015 18:33:37 +0000
c62b8e
Subject: [PATCH] test-functions: fix dbus-1 installation
c62b8e
c62b8e
The basic setup for the well-known system and session buses is
c62b8e
now done in read-only files in ${datadir} (normally /usr/share).
c62b8e
See the NEWS entry for 1.9.18 for details.
c62b8e
c62b8e
http://cgit.freedesktop.org/dbus/dbus/tree/NEWS
c62b8e
c62b8e
Cherry-picked from: e63b61be5350dbe92ea12e1eeb96dde251ed9292
c62b8e
---
c62b8e
 test/test-functions | 2 +-
c62b8e
 1 file changed, 1 insertion(+), 1 deletion(-)
c62b8e
c62b8e
diff --git a/test/test-functions b/test/test-functions
c62b8e
index cf5612370b..def16d3277 100644
c62b8e
--- a/test/test-functions
c62b8e
+++ b/test/test-functions
c62b8e
@@ -271,7 +271,7 @@ install_dbus() {
c62b8e
     inst $ROOTLIBDIR/system/dbus.service
c62b8e
 
c62b8e
     find \
c62b8e
-        /etc/dbus-1 -xtype f \
c62b8e
+        /etc/dbus-1 /usr/share/dbus-1 -xtype f \
c62b8e
         | while read file; do
c62b8e
         inst $file
c62b8e
     done