diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-11-10 00:27:07 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-11-10 00:27:07 +0000 |
commit | 2ba06af6bc172bd8d2d5380ea9ae57890915a539 (patch) | |
tree | 94b5e42a2f27b6e8d76f802f33be5c0ac03b1773 | |
parent | fc199db3af4c4688dcdb2130123e7999a56a2943 (diff) |
Remove extraneous command.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/systemd.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index ebc5fa416..9dc6eea9d 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -49,8 +49,7 @@ <para>Prepare systemd for compilation:</para> - <screen><userinput remap="configure">mkdir build -cd build + <screen><userinput remap="configure">cd build LANG=en_US.UTF-8 \ meson --prefix=/usr \ |