mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user