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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/file-inst.xml b/chapter06/file-inst.xml
index 9602cfd04..c1424dc4e 100644
--- a/chapter06/file-inst.xml
+++ b/chapter06/file-inst.xml
@@ -6,7 +6,7 @@ break is placed exactly where it is in the book. Don't try and put it
all on one line otherwise it won't work. Install File by running the
following commands:</para>
-<para><screen><userinput>cp -f readelf.h readelf.h.backup &amp;&amp;</userinput>
+<para><screen><userinput>cp readelf.h readelf.h.backup &amp;&amp;</userinput>
<userinput>sed '/#define __/a \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;#include &lt;stdint.h&gt;' readelf.h.backup &gt; readelf.h &amp;&amp;</userinput>
<userinput>./configure --prefix=/usr --datadir=/usr/share/misc &amp;&amp;</userinput>