Changeset a9035d0 in clfs-embedded


Ignore:
Timestamp:
Jan 8, 2011, 7:05:08 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
19f6110
Parents:
1e24bf0
Message:

Remove duplication when creating the cross-tools directory. Once again, Thanks to Andrew Bradford for catching this.

Location:
BOOK/final-preps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/creatingcrossdir.xml

    r1e24bf0 ra9035d0  
    2121  <para>Create the required directory by running the following:</para>
    2222
    23 <screen><userinput>install -dv ${CLFS}/cross-tools</userinput></screen>
     23<screen><userinput>install -dv ${CLFS}/cross-tools{,/bin}</userinput></screen>
    2424
    2525</sect1>
  • BOOK/final-preps/creatingdirs.xml

    r1e24bf0 ra9035d0  
    2424mkdir -pv ${CLFS}/usr/{,local/}share/{misc,terminfo,zoneinfo}
    2525mkdir -pv ${CLFS}/usr/{,local/}share/man/man{1,2,3,4,5,6,7,8}
    26 mkdir -pv ${CLFS}/cross-tools{,/bin}
    2726for dir in ${CLFS}/usr{,/local}; do
    2827  ln -sv share/{man,doc,info} ${dir}
Note: See TracChangeset for help on using the changeset viewer.