mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +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:
parent
51c41a97ec
commit
e63b61be53
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user