From 5a9be1c78fddcb2ff17af8af1c869a425f01c741 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 23 Jul 2009 20:56:06 +0000 Subject: 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 --- chapter06/file.xml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'chapter06') 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 @@ Installation of File - Fix the man page so that it will reflect recent changes to the - -e (--exclude) - parameter: - - - -sed -i -e '197,+1d' \ - -e '189,+1d' \ - -e 's/token$/tokens/' doc/file.man - Prepare File for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf