diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-03-12 15:43:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-03-12 15:43:37 +0000 |
commit | 1263de24b91da3f03775e358e8efe4f4820b4a56 (patch) | |
tree | 107d17b4f343912f69e73e1f494691a7b10de921 /chapter06 | |
parent | cdf7a686d7d1c69fac808a89c8120a276a174b5f (diff) |
Update to meson-0.50.0.
Update to coreutils-8.31.
Update to linux-5.0.1.
Update to man-pages-5.00.
Update to e2fsprogs-1.45.0.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11557 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 76bb1db15..00827b6af 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -48,7 +48,7 @@ a subdirectory of the source tree: </para> <screen><userinput remap="pre">mkdir -v build -cd build</userinput></screen> +cd build</userinput></screen> <para>Prepare E2fsprogs for compilation:</para> |