aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/file.xml
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-09 22:05:45 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-09 22:05:45 +0000
commitdb9c33ed726d6865a3e7fc897ceb3247dfe9b53f (patch)
treea6bf022922cdd08a94eb8d15b6ea2fcb2575afe6 /chapter06/file.xml
parentc466df68bb5189def3263f271eb09bcbdf7910a7 (diff)
Updated File to 4.26
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8615 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/file.xml')
-rw-r--r--chapter06/file.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/chapter06/file.xml b/chapter06/file.xml
index 78181dc73..674a148ba 100644
--- a/chapter06/file.xml
+++ b/chapter06/file.xml
@@ -41,6 +41,14 @@
<sect2 role="installation">
<title>Installation of File</title>
+ <para>Fix the man page so that it will reflect recent changes to the
+ <parameter>-e</parameter> (<parameter>--exclude</parameter>)
+ parameter:</para>
+
+<screen><userinput remap="pre">sed -i -e '197,+1d' \
+ -e '189,+1d' \
+ -e 's/token$/tokens/' doc/file.man</userinput></screen>
+
<para>Prepare File for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
@@ -49,7 +57,9 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>This package does not come with a test suite.</para>
+ <para>To test the results, issue:</para>
+
+<screen><userinput remap="test">make check</userinput></screen>
<para>Install the package:</para>