mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Use dataroot variable too so user supplied paths could be checked
This commit is contained in:
parent
cacf2bb98a
commit
c047f14c07
@ -165,7 +165,8 @@ fi
|
||||
EDE_CHECK_STATFS
|
||||
EDE_CHECK_STAT64
|
||||
|
||||
EDE_CHECK_DIR(DBUS_SERVICE_DIR, [/usr/share/dbus-1/services /usr/local/share/dbus-1/services /opt/share/dbus-1/services])
|
||||
EDE_CHECK_DIR(DBUS_SERVICE_DIR,
|
||||
[/usr/share/dbus-1/services /usr/local/share/dbus-1/services "$datarootdir/dbus-1/services"])
|
||||
|
||||
ac_bindir="$bindir"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user