From: Sascha Dewald Date: Sat, 18 Jan 2020 08:17:57 +0000 (+0000) Subject: pkgconf: add full generator paths X-Git-Tag: v245-rc1~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc57f105d9e2b2e9e95bb739d23fa7711b5fa4b3;p=thirdparty%2Fsystemd.git pkgconf: add full generator paths --- diff --git a/src/core/systemd.pc.in b/src/core/systemd.pc.in index 5d1ddd7620c..8331832c7a2 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