From 734a887890b2376c71803dacb86898621188d0a0 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 8 Jan 2017 23:54:41 +0000 Subject: [PATCH] Some fixes to the sed instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sed.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chapter06/sed.xml b/chapter06/sed.xml index 6d75bd4e6..051884018 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -40,6 +40,10 @@ Installation of Sed + First fix an issue in the LFS envronment: + +sed -i 's/usr/tools/' build-aux/help2man + Prepare Sed for compilation: ./configure --prefix=/usr --bindir=/bin --htmldir=/usr/share/doc/sed-&sed-version; @@ -66,8 +70,7 @@ make html Install the package and its documentation: -make install -make -C doc install-html +make install