- Timestamp:
- Jan 9, 2011, 3:05:08 AM (14 years ago)
- Branches:
- master
- Children:
- 19f6110
- Parents:
- 1e24bf0
- Location:
- BOOK/final-preps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/creatingcrossdir.xml
r1e24bf0 ra9035d0 21 21 <para>Create the required directory by running the following:</para> 22 22 23 <screen><userinput>install -dv ${CLFS}/cross-tools </userinput></screen>23 <screen><userinput>install -dv ${CLFS}/cross-tools{,/bin}</userinput></screen> 24 24 25 25 </sect1> -
BOOK/final-preps/creatingdirs.xml
r1e24bf0 ra9035d0 24 24 mkdir -pv ${CLFS}/usr/{,local/}share/{misc,terminfo,zoneinfo} 25 25 mkdir -pv ${CLFS}/usr/{,local/}share/man/man{1,2,3,4,5,6,7,8} 26 mkdir -pv ${CLFS}/cross-tools{,/bin}27 26 for dir in ${CLFS}/usr{,/local}; do 28 27 ln -sv share/{man,doc,info} ${dir}
Note:
See TracChangeset
for help on using the changeset viewer.