|
@@ -40,26 +40,14 @@
|
|
|
<sect2 role="installation">
|
|
|
<title>Installation of Sed</title>
|
|
|
|
|
|
- <para>First fix an issue in the LFS environment and remove a failing test:</para>
|
|
|
+ <para>First fix an issue in the LFS environment:</para>
|
|
|
|
|
|
-<screen><userinput remap="pre">sed -i 's/usr/tools/' build-aux/help2man
|
|
|
-sed -i 's/testsuite.panic-tests.sh//' Makefile.in</userinput></screen>
|
|
|
+<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</userinput></screen>
|
|
|
-<!--
|
|
|
- <variablelist>
|
|
|
- <title>The meaning of the new configure option:</title>
|
|
|
|
|
|
- <varlistentry>
|
|
|
- <term><parameter>-i -htmldir</parameter></term>
|
|
|
- <listitem>
|
|
|
- <para>This sets the installation directory for the HTML documentation.</para>
|
|
|
- </listitem>
|
|
|
- </varlistentry>
|
|
|
- </variablelist>
|
|
|
--->
|
|
|
<para>Compile the package and generate the HTML documentation:</para>
|
|
|
|
|
|
<screen><userinput remap="make">make
|
|
@@ -67,7 +55,8 @@ make html</userinput></screen>
|
|
|
|
|
|
<para>To test the results, issue:</para>
|
|
|
|
|
|
-<screen><userinput remap="test">make check</userinput></screen>
|
|
|
+<screen><userinput remap="test">chown -Rv tester .
|
|
|
+su -c "PATH=$PATH make check"</userinput></screen>
|
|
|
|
|
|
<para>Install the package and its documentation:</para>
|
|
|
|