mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-27 01:20:00 +07:00
pkgconfig: update .pc file accordingly
This commit is contained in:
parent
ef3102bf43
commit
0b5b0ffbe0
@ -194,8 +194,8 @@ int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as) {
|
||||
"/usr/local/lib/systemd/system",
|
||||
"/usr/share/systemd/system",
|
||||
"/usr/lib/systemd/system",
|
||||
SYSTEM_DATA_UNIT_PATH,
|
||||
"/lib/systemd/system",
|
||||
SYSTEM_DATA_UNIT_PATH,
|
||||
NULL)))
|
||||
return -ENOMEM;
|
||||
}
|
||||
|
@ -11,7 +11,8 @@ systemdsystemunitdir=@systemunitdir@
|
||||
systemduserunitdir=@userunitdir@
|
||||
systemdsystemconfdir=@pkgsysconfdir@/system
|
||||
systemduserconfdir=@pkgsysconfdir@/user
|
||||
systemdsystemunitpath=/run/systemd/system:${systemdsystemconfdir}:/etc/systemd/system:/usr/local/share/systemd/system:/usr/share/systemd/system:/lib/systemd/system:${systemdsystemunitdir}
|
||||
systemdsystemunitpath=/run/systemd/system:${systemdsystemconfdir}:/etc/systemd/system:/usr/local/share/systemd/system:/usr/local/lib/systemd/system:/usr/share/systemd/system:/usr/lib/systemd/system:/lib/systemd/system:${systemdsystemunitdir}
|
||||
systemduserunitpath=${systemduserconfdir}:/etc/systemd/user:/usr/local/share/systemd/user:/usr/local/lib/systemd/user:/usr/share/systemd/user:/usr/lib/systemd/user:${systemduserunitdir}
|
||||
|
||||
Name: systemd
|
||||
Description: systemd System and Service Manager
|
||||
|
Loading…
Reference in New Issue
Block a user