]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-functions: fix dbus-1 installation 1780/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Wed, 4 Nov 2015 18:33:37 +0000 (18:33 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Wed, 4 Nov 2015 18:33:37 +0000 (18:33 +0000)
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

test/test-functions

index 8272e52e175e2a8a3139083425750f10d11b6e10..ab77576573555f52c57185003a39469121671196 100644 (file)
@@ -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