Changeset 1442d77


Ignore:
Timestamp:
05/16/2009 11:49:13 PM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4a8b9b3
Parents:
78c5b5d
Message:

Update bzip2 installation to install relative symbolic links

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r78c5b5d r1442d77  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[bdubbs] - Make symbolic links installed by bzip2 relative.
     45          Fixes
     46          <ulink url="&lfs-ticket-root;2396">#2396</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4449          <para>[matthew] - Add creation of
    4550          <filename>/etc/modprobe.conf</filename> to prevent ohci_hcd and
  • chapter06/bzip2.xml

    r78c5b5d r1442d77  
    4747
    4848<screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
     49
     50   <para>The following command ensures installation of symbolic links are relative:</para>
     51
     52<screen><userinput remap="pre">sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile</userinput></screen>
    4953
    5054    <para>Prepare Bzip2 for compilation with:</para>
  • general.ent

    r78c5b5d r1442d77  
    33<!ENTITY releasedate "May 16, 2009">
    44<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
    5 <!ENTITY milestone "7.0">
     5<!ENTITY milestone "6.5">
    66<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
    77
Note: See TracChangeset for help on using the changeset viewer.