Changeset a7fb1b6


Ignore:
Timestamp:
Aug 30, 2006, 10:46:52 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
442aaa6
Parents:
798bd8f
Message:

Fixed command in multilib directory direction in boot section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/multilib/creatingdirs.xml

    r798bd8f ra7fb1b6  
    2525mkdir -pv ${CLFS}/usr/{,local/}share/{misc,terminfo,zoneinfo}
    2626mkdir -pv ${CLFS}/usr/{,local/}share/man/man{1,2,3,4,5,6,7,8}
    27 for dir in /usr{,/local}; do
     27for dir in ${CLFS}/usr{,/local}; do
    2828  ln -sv share/{man,doc,info} $dir
    2929done
Note: See TracChangeset for help on using the changeset viewer.