aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/man-inst.xml')
-rw-r--r--chapter06/man-inst.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml
index a2c331b93..2aee946aa 100644
--- a/chapter06/man-inst.xml
+++ b/chapter06/man-inst.xml
@@ -3,14 +3,7 @@
<para>Run the following commands to install man:</para>
-<para><screen><userinput>for i in configure src/Makefile.in src/makewhatis.sh
-do
-&nbsp;&nbsp;&nbsp;cp $i $i.backup &amp;&amp;
-&nbsp;&nbsp;&nbsp;sed 's/gawk/awk/g' $i &gt; tmp~ &amp;&amp;
-&nbsp;&nbsp;&nbsp;mv tmp~ $i
-done &amp;&amp;
-chmod 755 configure &amp;&amp;
-./configure -default &amp;&amp;
+<para><screen><userinput>./configure -default &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>