diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-01-08 23:54:41 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-01-08 23:54:41 +0000 |
commit | 734a887890b2376c71803dacb86898621188d0a0 (patch) | |
tree | 8a12d7ead0cebf9036ec0b7f3ed49fd8852c227e /chapter06 | |
parent | 3e92f82dcc91645974b08a1a3134349c242184df (diff) |
Some fixes to the sed instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/sed.xml | 7 |
1 files 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 @@ <sect2 role="installation"> <title>Installation of Sed</title> + <para>First fix an issue in the LFS envronment:</para> + +<screen><userinput remap="pre">sed -i 's/usr/tools/' build-aux/help2man</userinput></screen> + <para>Prepare Sed for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin --htmldir=/usr/share/doc/sed-&sed-version;</userinput></screen> @@ -66,8 +70,7 @@ make html</userinput></screen> <para>Install the package and its documentation:</para> -<screen><userinput remap="install">make install -make -C doc install-html</userinput></screen> +<screen><userinput remap="install">make install</userinput></screen> </sect2> |