Changeset a22d9a5


Ignore:
Timestamp:
Apr 20, 2014, 10:58:49 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
194ef03
Parents:
3e72e74
Message:

Add back command to create /usr/bin/perl symlink

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/temp-perl.xml

    r3e72e74 ra22d9a5  
    6363<screen os="j"><userinput>make install</userinput></screen>
    6464
     65    <para os="k">Finally, create a necessary symlink:</para>
     66
     67<screen os="l"><userinput>ln -sfv /tools/bin/perl /usr/bin</userinput></screen>
     68
    6569  </sect2>
    6670
  • BOOK/final-system/multilib/temp-perl.xml

    r3e72e74 ra22d9a5  
    6969    xpointer="xpointer(//*[@os='j'])"/>
    7070
     71    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     72    href="../common/temp-perl.xml"
     73    xpointer="xpointer(//*[@os='k'])"/>
     74
     75    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     76    href="../common/temp-perl.xml"
     77    xpointer="xpointer(//*[@os='l'])"/>
     78
    7179  </sect2>
    7280
  • BOOK/introduction/common/changelog.xml

    r3e72e74 ra22d9a5  
    3838
    3939    <listitem>
     40      <para>21 April 2014</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Re-added manual creation of /usr/bin/perl symlink,
     44          as it is not created automatically under some circumstances.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>20 April 2014</para>
    4151      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.