summaryrefslogtreecommitdiff
path: root/src/path-lookup.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-04 19:14:38 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-04 19:14:38 +0200
commit0b5b0ffbe0e62248c741df3b0eb475159de1c551 (patch)
tree4196466942628bf4de6c7a6bed57e6fbb898f152 /src/path-lookup.c
parentef3102bf436a88fe565de1be655cdb8ca853c495 (diff)
pkgconfig: update .pc file accordingly
Diffstat (limited to 'src/path-lookup.c')
-rw-r--r--src/path-lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-lookup.c b/src/path-lookup.c
index e5533c04d9..b39ce8b699 100644
--- a/src/path-lookup.c
+++ b/src/path-lookup.c
@@ -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;
}