Blame SOURCES/0666-test-functions-fix-dbus-1-installation.patch

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