summaryrefslogtreecommitdiff
path: root/src/shared/path-lookup.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-10-04 19:25:30 +0200
committerGitHub <noreply@github.com>2017-10-04 19:25:30 +0200
commit4aa1d31c89c8fb74e70eed5849c780c4678829a3 (patch)
treed177744263d38b99f48c018cb11e2e4b385d9e90 /src/shared/path-lookup.c
parent5ad90fe376398052c8ca1267b5cef43cec857df1 (diff)
parenta9149d876bd4a345a1156061f907bce0384702c8 (diff)
downloadsystemd-4aa1d31c89c8fb74e70eed5849c780c4678829a3.tar.gz
Merge pull request #6974 from keszybz/clean-up-defines
Clean up define definitions
Diffstat (limited to 'src/shared/path-lookup.c')
-rw-r--r--src/shared/path-lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c
index e7a878ab50..802e4b9c8d 100644
--- a/src/shared/path-lookup.c
+++ b/src/shared/path-lookup.c
@@ -576,7 +576,7 @@ int lookup_paths_init(
"/usr/local/lib/systemd/system",
SYSTEM_DATA_UNIT_PATH,
"/usr/lib/systemd/system",
-#ifdef HAVE_SPLIT_USR
+#if HAVE_SPLIT_USR
"/lib/systemd/system",
#endif
STRV_IFNOTNULL(generator_late),