chiark / gitweb /
pkgconfig: update .pc file accordingly
authorLennart Poettering <lennart@poettering.net>
Mon, 4 Apr 2011 17:14:38 +0000 (19:14 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 4 Apr 2011 17:14:38 +0000 (19:14 +0200)
src/path-lookup.c
systemd.pc.in

index e5533c04d9aa8ba9567f83c55bb7bdc0e6c773e1..b39ce8b699784284a9f0189b2ea1a2e2369d8d79 100644 (file)
@@ -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;
         }
index 33c3f36a9f831e8551020fbf8d0f179542c3e4cf..2e2217ec4bdc550aa9a0f0404935efce01d92a43 100644 (file)
@@ -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