diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-04 19:14:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-04 19:14:38 +0200 |
commit | 0b5b0ffbe0e62248c741df3b0eb475159de1c551 (patch) | |
tree | 4196466942628bf4de6c7a6bed57e6fbb898f152 /systemd.pc.in | |
parent | ef3102bf436a88fe565de1be655cdb8ca853c495 (diff) |
pkgconfig: update .pc file accordingly
Diffstat (limited to 'systemd.pc.in')
-rw-r--r-- | systemd.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/systemd.pc.in b/systemd.pc.in index 33c3f36a9f..2e2217ec4b 100644 --- a/systemd.pc.in +++ b/systemd.pc.in @@ -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 |