diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-18 04:27:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-18 04:27:23 +0000 |
commit | 65fee993ab1c871dc42156dad2c5d8bb658106ed (patch) | |
tree | 7d87cbe0fa5a6e6defed57da85553221f214a919 /chapter06/gzip.xml | |
parent | c23053f0c1c3d1da2b5d0ddbed1f287b8b4ac3a0 (diff) |
In chapter07/symlinks.xml
Changed /etc/udev/rules.d/ to /lib/udev/rules.d/ in two places.
Updated the blfs link to point to view/svn/postlfs/devices.html
In chapter06/gzip.xml, added a sed to fix zdiff
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8890 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r-- | chapter06/gzip.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 1640517c1..4447704ab 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -47,6 +47,11 @@ <screen><userinput remap="pre">sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h}</userinput></screen> + <para>There is also a bug in the <filename>zdiff</filename> script that + needs to be fixed:</para> + +<screen><userinput remap="pre">sed -i 's/5 -)/5 - >\&3)/' zdiff.in</userinput></screen> + <para>Prepare Gzip for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen> |