diff options
Diffstat (limited to 'chapter06')
-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 779f3702e..63af5e009 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -47,6 +47,10 @@ <screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen> + <para>The following command ensures installation of symbolic links are relative:</para> + +<screen><userinput remap="pre">sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile</userinput></screen> + <para>Prepare Bzip2 for compilation with:</para> <screen><userinput remap="make">make -f Makefile-libbz2_so |