From 4a6cd87052e77f3273d5cfc57a43f046974e7a29 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 17 Jun 2004 20:45:10 +0000 Subject: Added the sed permissions patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3805 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sed.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chapter06') diff --git a/chapter06/sed.xml b/chapter06/sed.xml index cf4598f0d..d6799c28c 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -28,6 +28,13 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Texinfo Installation of Sed +A bug in this version of sed changes permissions on files modified using +the in-place function (-i flag). Apply a patch to ensure +that the original file permissions are preserved. + +patch -Np1 -i ../sed-&sed-version;-permissions-1.patch + + Prepare Sed for compilation: ./configure --prefix=/usr --bindir=/bin -- cgit v1.2.3-54-g00ecf