Changeset 23ec9c0


Ignore:
Timestamp:
Aug 24, 2008, 5:37:09 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3998188
Parents:
c70f11b
Message:

Fix multilib_wrapper <-> multiarch_wrapper confusion. Thanks to db m for finding this.

Location:
BOOK/final-system/multilib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/ncurses-64bit.xml

    rc70f11b r23ec9c0  
    5959
    6060    <para os="m1">Prepare <filename>ncurses5-config</filename> to be wrapped by
    61     the multilib wrapper and then wrap it:</para>
     61    the multiarch wrapper and then wrap it:</para>
    6262
    6363<screen os="m2"><userinput>mv -v /usr/bin/ncurses5-config{,-64}
    64 ln -sv multilib_wrapper /usr/bin/ncurses5-config</userinput></screen>
     64ln -sv multiarch_wrapper /usr/bin/ncurses5-config</userinput></screen>
    6565
    6666    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/ncurses-n32.xml

    rc70f11b r23ec9c0  
    6060
    6161    <para os="m1">Prepare <filename>ncurses5-config</filename> to be wrapped by
    62     the multilib wrapper:</para>
     62    the multiarch wrapper:</para>
    6363
    6464<screen os="m2"><userinput>mv -v /usr/bin/ncurses5-config{,-n32}</userinput></screen>
  • BOOK/final-system/multilib/ncurses.xml

    rc70f11b r23ec9c0  
    6060
    6161    <para os="m1">Prepare <filename>ncurses5-config</filename> to be wrapped by
    62     the multilib wrapper:</para>
     62    the multiarch wrapper:</para>
    6363
    6464<screen os="m2"><userinput>mv -v /usr/bin/ncurses5-config{,-32}</userinput></screen>
  • BOOK/final-system/multilib/perl.xml

    rc70f11b r23ec9c0  
    103103
    104104    <para os="l">Add a suffix to the <command>perl</command> binary which will
    105     be used by the multilib wrapper:</para>
     105    be used by the multiarch wrapper:</para>
    106106
    107107<screen os="m"><userinput>mv /usr/bin/perl{,-32}
Note: See TracChangeset for help on using the changeset viewer.