summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Dewald <sascha.dewald@gmail.com>2020-01-18 08:17:57 +0000
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-02-05 17:31:48 +0100
commit906ba9a67deaf2ef8aa7f27883f38fcd309a9768 (patch)
tree8ab244511c52c87373daac98329b41ddc9bc7342
parent01b93e2c684fa085c869a611ef439c501b7a3b27 (diff)
downloadsystemd-906ba9a67deaf2ef8aa7f27883f38fcd309a9768.tar.gz
pkgconf: add full generator paths
(cherry picked from commit fc57f105d9e2b2e9e95bb739d23fa7711b5fa4b3) (cherry picked from commit a1561a08f2d5af9ebc68916ce0cb430091a64bce)
-rw-r--r--src/core/systemd.pc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/systemd.pc.in b/src/core/systemd.pc.in
index 5d1ddd7620..8331832c7a 100644
--- a/src/core/systemd.pc.in
+++ b/src/core/systemd.pc.in
@@ -21,6 +21,8 @@ systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/systemd/s
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
systemdsystemgeneratordir=${rootprefix}/lib/systemd/system-generators
systemdusergeneratordir=${prefix}/lib/systemd/user-generators
+systemdsystemgeneratorpath=/run/systemd/system-generators:/etc/systemd/system-generators:/usr/local/lib/systemd/system-generators:${systemdsystemgeneratordir}
+systemdusergeneratorpath=/run/systemd/user-generators:/etc/systemd/user-generators:/usr/local/lib/systemd/user-generators:${systemdusergeneratordir}
systemdsleepdir=${rootprefix}/lib/systemd/system-sleep
systemdshutdowndir=${rootprefix}/lib/systemd/system-shutdown
tmpfilesdir=${prefix}/lib/tmpfiles.d