aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-08-31 23:17:42 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-08-31 23:17:42 +0000
commite75f916c2f7455f087d119ec382672a572625097 (patch)
treebbeedcb0854b1fe573c9170bc6d3c06b0ed81085 /chapter06
parent0b3f52772c5dea4d5bc99c8498ac0f569370ad13 (diff)
Remove the creation of a spurious file in grep's test suite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/grep.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml
index 760b5b1d8..c354512fd 100644
--- a/chapter06/grep.xml
+++ b/chapter06/grep.xml
@@ -40,10 +40,13 @@
<sect2 role="installation">
<title>Installation of Grep</title>
+ <para>First, fix a small problem with a test script:</para>
+
+<screen><userinput>sed -i 's/cp/#&amp;/' tests/unibyte-bracket-expr</userinput></screen>
+
<para>Prepare Grep for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr \
- --bindir=/bin</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
<para>Compile the package:</para>