Changeset 8f0f884


Ignore:
Timestamp:
Sep 1, 2006, 11:05:58 AM (18 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:
1e5ca3e
Parents:
72ed305
Message:

We need to wrap the perl binary as well as the perl5.8.8 binary.

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

Legend:

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

    r72ed305 r8f0f884  
    114114    xpointer="xpointer(//*[@os='l'])"/>
    115115
    116 <screen os="m"><userinput>mv /usr/bin/perl{,-64}</userinput></screen>
     116<screen os="m"><userinput>mv /usr/bin/perl{,-64}
     117mv /usr/bin/perl&perl-version;{,-64}</userinput></screen>
    117118
    118119    <para os="n">Now we need to create a link to the multiarch wrapper that
    119120    lets us choose which perl installation to use:</para>
    120121
    121 <screen os="o"><userinput>ln -sv multiarch_wrapper /usr/bin/perl</userinput></screen>
     122<screen os="o"><userinput>ln -sv multiarch_wrapper /usr/bin/perl
     123ln -sv multiarch_wrapper /usr/bin/perl&perl-version;</userinput></screen>
    122124
    123125    <para os="p">The value of the <envar>USE_ARCH</envar> enviornment variable
  • BOOK/final-system/multilib/perl.xml

    r72ed305 r8f0f884  
    7777    be used by the multilib wrapper installed later:</para>
    7878
    79 <screen os="m"><userinput>mv /usr/bin/perl{,-32}</userinput></screen>
     79<screen os="m"><userinput>mv /usr/bin/perl{,-32}
     80mv /usr/bin/perl&perl-version;{,-32}</userinput></screen>
    8081
    8182  </sect2>
Note: See TracChangeset for help on using the changeset viewer.