aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/file-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/file-inst.xml')
-rw-r--r--chapter06/file-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/file-inst.xml b/chapter06/file-inst.xml
index 43696cf9a..a985f51b6 100644
--- a/chapter06/file-inst.xml
+++ b/chapter06/file-inst.xml
@@ -3,8 +3,7 @@
<para>Install File by running the following commands:</para>
-<para><screen><userinput>touch aclocal.m4 configure Makefile.in stamp-h.in &amp;&amp;
-./configure --prefix=/usr --datadir=/usr/share/misc &amp;&amp;
+<para><screen><userinput>./configure --prefix=/usr --datadir=/usr/share/misc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>