Changeset 244297a


Ignore:
Timestamp:
Aug 30, 2006, 10:46:52 PM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
664631f
Parents:
6758611d
Message:

Fixed command in multilib directory direction in boot section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/creatingdirs.xml

    r6758611d r244297a  
    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.