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