Changeset 65df7b1 in clfs-sysroot for BOOK/materials
- Timestamp:
- Sep 15, 2006, 5:36:32 PM (18 years ago)
- Branches:
- master
- Children:
- 3cf7854
- Parents:
- 5ae7889
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/materials/common/introduction.xml
r5ae7889 r65df7b1 30 30 that is conveniently available throughout the entire build. A working 31 31 directory is also required to unpack the sources and build them. 32 <filename class="directory">$ CLFS/sources</filename> can be used both32 <filename class="directory">${CLFS}/sources</filename> can be used both 33 33 as the place to store the tarballs and patches and as a working 34 34 directory. By using this directory, the required elements will be … … 40 40 starting the download session:</para> 41 41 42 <screen><userinput>mkdir -v $ CLFS/sources</userinput></screen>42 <screen><userinput>mkdir -v ${CLFS}/sources</userinput></screen> 43 43 44 44 <para>Make this directory writable and sticky. When a directory is … … 48 48 write and sticky modes:</para> 49 49 50 <screen><userinput>chmod -v a+wt $ CLFS/sources</userinput></screen>50 <screen><userinput>chmod -v a+wt ${CLFS}/sources</userinput></screen> 51 51 52 52 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.