diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-11-10 05:03:45 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-11-10 05:03:45 +0000 |
commit | 04b2165a48722c01273686bfde420dd7d3839a66 (patch) | |
tree | de7c4830ccb0ae716301d310b302f6fbcf5a3aaa /chapter06/systemd.xml | |
parent | 2ba06af6bc172bd8d2d5380ea9ae57890915a539 (diff) |
Editorial touchup for clarity
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11330 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 9dc6eea9d..b9b6c6f31 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -49,7 +49,8 @@ <para>Prepare systemd for compilation:</para> - <screen><userinput remap="configure">cd build + <screen><userinput remap="configure">mkdir -p build +cd build LANG=en_US.UTF-8 \ meson --prefix=/usr \ |