aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/file-inst.xml
diff options
context:
space:
mode:
authorMarc Heerdink <gimli@linuxfromscratch.org>2002-01-15 18:43:06 +0000
committerMarc Heerdink <gimli@linuxfromscratch.org>2002-01-15 18:43:06 +0000
commit4023fcbbd25dac230754eccac243dff1260a4c51 (patch)
tree50c4842fab0e26edb781f89c6909d7f8be54e12c /chapter06/file-inst.xml
parentd8fd804890d55908d65ae98b13ccf4ac85db95a4 (diff)
[200] The installation instructions for file were changed for using touch to avoid the sed command.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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>