diff options
Diffstat (limited to 'chapter06/bzip2.xml')
-rw-r--r-- | chapter06/bzip2.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index 97840c588..32b5a2d2b 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -51,6 +51,10 @@ <screen><userinput remap="pre">sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile</userinput></screen> + <para>Ensure the man pages are installed into the correct location:</para> + +<screen><userinput remap="pre">sed -i "s@(PREFIX)/man@(PREFIX)/share/man@g" Makefile</userinput></screen> + <para>Prepare Bzip2 for compilation with:</para> <screen><userinput remap="make">make -f Makefile-libbz2_so |