diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 157f80b5d..81e033eb3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -113,6 +113,10 @@ First a summary, then a detailed log. +August 16th, 2005 [matt]: Install sed's man page to +/usr/share/doc/sed-4.1.4 instead of /usr/share/doc (fixes bug 1600). + + August 16th, 2005 [matt]: Upgraded to linux-2.6.12.5. 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