1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

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
This commit is contained in:
Evgeny Vereshchagin 2015-11-04 18:33:37 +00:00
parent 51c41a97ec
commit e63b61be53

View File

@ -260,7 +260,7 @@ install_dbus() {
inst $ROOTLIBDIR/system/dbus.service inst $ROOTLIBDIR/system/dbus.service
find \ find \
/etc/dbus-1 -xtype f \ /etc/dbus-1 /usr/share/dbus-1 -xtype f \
| while read file; do | while read file; do
inst $file inst $file
done done