diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-23 20:56:06 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-23 20:56:06 +0000 |
commit | 5a9be1c78fddcb2ff17af8af1c869a425f01c741 (patch) | |
tree | f0eb1793d31fe7401a27b7a99ad202a4b51bd079 /chapter06 | |
parent | 1f36d729bf46a92bcbc094b18afcc8b6f64dd4a2 (diff) |
Remove an unnecessary sed from File's commands. Fixes #2452.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8990 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/file.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/file.xml b/chapter06/file.xml index 8801318cd..c666a5854 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -41,17 +41,6 @@ <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> - -<!-- The following sed should not be required after the next version update - as the maintainer has fixed it upstream. --> - -<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> |