aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bzip2.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-05-30 19:38:07 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-05-30 19:38:07 +0000
commit4428ad0165dbeab9056659ae94ed09cf7ae12328 (patch)
treeda85bfafc335983b0432d039367e0382c0642cb4 /chapter06/bzip2.xml
parent3b59647833d10d8b5f1d1061ef44faa04b52c8f0 (diff)
Correct the location of various package's man pages. Fixes #3097.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bzip2.xml')
-rw-r--r--chapter06/bzip2.xml4
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