From 0c78fca93799c4bd367e99a461a29eafcbd60240 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 16 Aug 2005 20:44:11 +0000 Subject: Install sed's man page to /usr/share/doc/sed-4.1.4 instead of /usr/share/doc git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6696 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 e00d1fda0..bdc7a7fc7 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -30,6 +30,13 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Texinfo Installation of Sed +By default, Sed installs its man page in +/usr/share/doc. Alter this to +/usr/share/doc/sed-&sed-version; by +applying the following sed: + +sed -i 's@/doc@&/sed-&sed-version;@' doc/Makefile.in + Prepare Sed for compilation: ./configure --prefix=/usr --bindir=/bin -- cgit v1.2.3-54-g00ecf