diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-02-04 21:32:58 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-02-04 21:32:58 +0000 |
commit | a649b07603141f5c1a33cdf381806e69aae35a27 (patch) | |
tree | 2fa1271b5945b030859c2ee07d93eb6d7813268e | |
parent | 114a300eef75cc672b1ce7de262e1f2f1f4d20a6 (diff) |
chapter06/file: Remove extra space from the end of one of the configure lines, which causes configure to fail to run.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12127 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/file.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/file.xml b/chapter06/file.xml index 5f68df499..dc6024177 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -51,7 +51,7 @@ <screen><userinput remap="pre">mkdir build pushd build - ../configure --disable-bzlib \ + ../configure --disable-bzlib \ --disable-libseccomp \ --disable-xzlib \ --disable-zlib |