diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-19 15:36:47 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-19 15:36:47 +0000 |
commit | 99302877e2420aec4721c0be2416c2749361896f (patch) | |
tree | 539fbe19c4c1ece43d94bccda5411d229f764677 /chapter06/grep-inst.xml | |
parent | 25ef3c3d776fa5f899311075c462d4333cc7f179 (diff) |
Chapter 6 cleanup after conversions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2392 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grep-inst.xml')
-rw-r--r-- | chapter06/grep-inst.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter06/grep-inst.xml b/chapter06/grep-inst.xml index 57cfdf976..ada7a6b18 100644 --- a/chapter06/grep-inst.xml +++ b/chapter06/grep-inst.xml @@ -5,9 +5,7 @@ <para>Prepare Grep to be compiled:</para> -<para><screen><userinput> -./configure --prefix=/usr --bindir=/bin -</userinput></screen></para> +<para><screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen></para> <para>Continue with compiling the package:</para> |