From e75f916c2f7455f087d119ec382672a572625097 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 31 Aug 2011 23:17:42 +0000 Subject: 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 --- chapter06/grep.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'chapter06/grep.xml') 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 @@ Installation of Grep + First, fix a small problem with a test script: + +sed -i 's/cp/#&/' tests/unibyte-bracket-expr + Prepare Grep for compilation: -./configure --prefix=/usr \ - --bindir=/bin +./configure --prefix=/usr --bindir=/bin Compile the package: -- cgit v1.2.3-54-g00ecf