From 5a9be1c78fddcb2ff17af8af1c869a425f01c741 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 23 Jul 2009 20:56:06 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 4 ++++ chapter06/file.xml | 11 ----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6a1293e3e..242c42892 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2009-07-23 + + [matthew] - Remove an unnecessary sed from File's commands. + Fixes #2452. + [matthew] - Add latest upstream Vim patches. Fixes #2449. 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