summaryrefslogtreecommitdiff
path: root/src/systemd.pc.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-03-14 14:31:57 +0100
committerLennart Poettering <lennart@poettering.net>2012-03-14 14:31:57 +0100
commit9d648202eb014f63484378fab5311eb3aae67563 (patch)
treeeaff9543f84b4208463cb707cd6a29eb0ae99fdd /src/systemd.pc.in
parentb412ab3bcca61cf4402a6df2888b22ce88eaee08 (diff)
pkg-config: bring unit search path order in sync with the code
Diffstat (limited to 'src/systemd.pc.in')
-rw-r--r--src/systemd.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd.pc.in b/src/systemd.pc.in
index 61de30561..79470f4ed 100644
--- a/src/systemd.pc.in
+++ b/src/systemd.pc.in
@@ -12,8 +12,8 @@ systemdsystemunitdir=@systemunitdir@
systemduserunitdir=@userunitdir@
systemdsystemconfdir=@pkgsysconfdir@/system
systemduserconfdir=@pkgsysconfdir@/user
-systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/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:/run/systemd/user:/usr/local/share/systemd/user:/usr/local/lib/systemd/user:/usr/share/systemd/user:/usr/lib/systemd/user:${systemduserunitdir}
+systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/systemd/system:/usr/local/lib/systemd/system:${systemdsystemunitdir}:/usr/lib/systemd/system:/lib/systemd/system
+systemduserunitpath=${systemduserconfdir}:/etc/systemd/user:/run/systemd/user:/usr/local/lib/systemd/user:/usr/local/share/systemd/user:${systemduserunitdir}:/usr/lib/systemd/user:/usr/share/systemd/user
Name: systemd
Description: systemd System and Service Manager