aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gawk.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gawk.xml')
-rw-r--r--chapter06/gawk.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml
index 32b8165a3..f96fe5ff0 100644
--- a/chapter06/gawk.xml
+++ b/chapter06/gawk.xml
@@ -40,6 +40,10 @@
<sect2 role="installation">
<title>Installation of Gawk</title>
+ <para>First, ensure some unneeded files are not installed:</para>
+
+<screen><userinput remap="pre">sed -i 's/extras//' Makefile.in</userinput></screen>
+
<para>Prepare Gawk for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>