From 607df95be184308b6bb7a5534f04109c67c039c3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 9 Mar 2011 20:15:44 +0100 Subject: pkconfig: export full search path as .pc variable --- src/path-lookup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/path-lookup.c') diff --git a/src/path-lookup.c b/src/path-lookup.c index f094969ada..1a21ca078a 100644 --- a/src/path-lookup.c +++ b/src/path-lookup.c @@ -181,6 +181,8 @@ int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as) { return -ENOMEM; } else if (!(p->unit_path = strv_new( + /* If you modify this you also want to modify + * systemdsystemunitpath= in systemd.pc.in! */ "/dev/.systemd/system", SYSTEM_CONFIG_UNIT_PATH, "/etc/systemd/system", -- cgit v1.2.3-54-g00ecf