blob: 752824688fe383382dc167ac405cb8d1ae9e13ab [file] [log] [blame]
Andrew Geisslerf0343792020-11-18 10:42:21 -06001From 58860e0f248576a80ff2af256ba42713c186ae93 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 29 Sep 2020 18:01:41 -0700
4Subject: [PATCH] systemd.pc.in: use ROOTPREFIX without suffixed slash
5
6This complements the commit
7https://github.com/poettering/systemd/commit/b612c26ceb9f56af0271fc9f07c1724d2d260a8a
8
9Upstream-Status: Pending
10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11---
12 src/core/systemd.pc.in | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
Andrew Geissler95ac1b82021-03-31 14:34:31 -050015diff --git a/src/core/systemd.pc.in b/src/core/systemd.pc.in
16index b5cc8f9..21dbf30 100644
Andrew Geisslerf0343792020-11-18 10:42:21 -060017--- a/src/core/systemd.pc.in
18+++ b/src/core/systemd.pc.in
Andrew Geisslerd1e89492021-02-12 15:35:20 -060019@@ -65,16 +65,16 @@ systemdshutdowndir=${systemd_shutdown_dir}
Andrew Geissler95ac1b82021-03-31 14:34:31 -050020 tmpfiles_dir=${prefix}/lib/tmpfiles.d
Andrew Geisslerf0343792020-11-18 10:42:21 -060021 tmpfilesdir=${tmpfiles_dir}
22
23-sysusers_dir=${rootprefix}/lib/sysusers.d
24+sysusers_dir=${prefix}/lib/sysusers.d
25 sysusersdir=${sysusers_dir}
26
27-sysctl_dir=${rootprefix}/lib/sysctl.d
28+sysctl_dir=${prefix}/lib/sysctl.d
29 sysctldir=${sysctl_dir}
30
31-binfmt_dir=${rootprefix}/lib/binfmt.d
32+binfmt_dir=${prefix}/lib/binfmt.d
33 binfmtdir=${binfmt_dir}
34
35-modules_load_dir=${rootprefix}/lib/modules-load.d
36+modules_load_dir=${prefix}/lib/modules-load.d
37 modulesloaddir=${modules_load_dir}
38
Andrew Geissler95ac1b82021-03-31 14:34:31 -050039 catalog_dir=${prefix}/lib/systemd/catalog
40--
412.25.1
42