Changeset 6ae0bf6 in clfs-sysroot for BOOK/final-system/common
- Timestamp:
- Feb 19, 2007, 2:29:20 PM (18 years ago)
- Branches:
- master
- Children:
- 090d748
- Parents:
- 461c81fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
r461c81fd r6ae0bf6 29 29 30 30 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --prefix=/usr </userinput></screen>31 --prefix=/usr --bindir=/bin</userinput></screen> 32 32 33 33 <para os="c">Compile the package:</para> … … 39 39 <screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 40 40 41 <para os="g">Move the <command>gzip</command> program to the <filename 42 class="directory">/bin</filename> directory and create some commonly 43 used symlinks to it:</para> 44 45 <screen os="h"><userinput>mv -v ${CLFS}/usr/bin/gzip ${CLFS}/bin 46 rm -v ${CLFS}/usr/bin/{gunzip,zcat} 47 ln -sv gzip ${CLFS}/bin/gunzip 48 ln -sv gzip ${CLFS}/bin/zcat 49 ln -sv gzip ${CLFS}/bin/compress 50 ln -sv gunzip ${CLFS}/bin/uncompress</userinput></screen> 41 <para os="g">Now we will move some of utilities to /usr/bin to meet FHS compliance:</para> 42 43 <screen os="h"><userinput>mv /bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} /usr/bin</userinput></screen> 51 44 52 45 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.