From: Evgeny Vereshchagin Date: Wed, 4 Nov 2015 18:33:37 +0000 (+0000) Subject: test-functions: fix dbus-1 installation X-Git-Tag: v228~93^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1780%2Fhead;p=thirdparty%2Fsystemd.git 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 --- diff --git a/test/test-functions b/test/test-functions index 8272e52e175..ab775765735 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