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 01c4284f2..130bca387 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>cp readelf.h readelf.h.backup &amp;&amp;
-sed $'/#define __/a \\\n#include &lt;stdint.h&gt;' readelf.h.backup &gt; readelf.h &amp;&amp;
+<para><screen><userinput>touch aclocal.m4 configure Makefile.in stamp-h.in &amp;&amp;
./configure --prefix=/usr --datadir=/usr/share/misc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>