From b8363c8fb49898e92a94737bbc925c845b21ab77 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Wed, 22 Aug 2012 01:15:45 +0000 Subject: Add a patch to fix the four sed utf8 tests. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9951 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sed.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter06') diff --git a/chapter06/sed.xml b/chapter06/sed.xml index a9fc5d869..ad9595772 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -40,6 +40,10 @@ Installation of Sed + First, fix some regression tests: + +patch -Np1 -i ../&sed-testsuite-patch; + Prepare Sed for compilation: ./configure --prefix=/usr --bindir=/bin --htmldir=/usr/share/doc/sed-&sed-version; -- cgit v1.2.3-54-g00ecf