aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/systemd.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-10-10 19:58:28 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-10-10 19:58:28 +0000
commit268ab92cc154b51d1cb6a736095ddb6b8b3acd40 (patch)
tree377b140fc40b22b19164b05e2115c208355bc4bd /chapter06/systemd.xml
parentda58e931f213cda487ff29fcc00e8338b30c747d (diff)
Fix PKG_CONFIG_PATH in systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11476 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r--chapter06/systemd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index e562f4ac1..1858e07a7 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -78,7 +78,7 @@ done</userinput></screen>
<screen><userinput remap="configure">mkdir -p build
cd build
-PKG_CONFIG_PATH="/usr/lib/pkgconfig:/tools/lib64/pkgconfig" \
+PKG_CONFIG_PATH="/usr/lib/pkgconfig:/tools/lib/pkgconfig" \
LANG=en_US.UTF-8 \
meson --prefix=/usr \
--sysconfdir=/etc \