diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-01-14 20:05:11 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-01-14 20:05:11 +0000 |
commit | 18831b58cdf7dbf0b92440998c59683d9595c49a (patch) | |
tree | 52df5154e2e281580e8c3b3e8b2944714659dac1 | |
parent | b7b68c39890595ec17e226eed905bdae5787b2df (diff) |
More minor formatting
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 941b6d389..6d2ba0d12 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -77,7 +77,8 @@ cd ../glibc-build</userinput></screen> <para>Prepare Glibc for compilation:</para> -<screen><userinput remap="configure">SED=sed ../glibc-&glibc-version;/configure \ +<screen><userinput remap="configure">SED=sed \ +../glibc-&glibc-version;/configure \ --prefix=/usr \ --disable-profile \ --enable-kernel=&min-kernel; \ |