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