Changeset 6ae0bf6 in clfs-sysroot
- Timestamp:
- Feb 19, 2007, 2:29:20 PM (18 years ago)
- Branches:
- master
- Children:
- 090d748
- Parents:
- 461c81fd
- Location:
- BOOK
- Files:
-
- 3 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> -
BOOK/introduction/common/changelog.xml
r461c81fd r6ae0bf6 40 40 <para>February 19, 2007</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Gzip to 1.3.11.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Added a command to remove the rules that Udev -
BOOK/packages.ent
r461c81fd r6ae0bf6 133 133 <!ENTITY groff-home "&gnu-software;groff"> 134 134 135 <!ENTITY gzip-version "1.3. 9">136 <!ENTITY gzip-size "4 14KB">137 <!ENTITY gzip-url "& gnu;gzip/gzip-&gzip-version;.tar.gz">138 <!ENTITY gzip-md5 " 7cf923b24b718c418e85a283b2260e14">135 <!ENTITY gzip-version "1.3.11"> 136 <!ENTITY gzip-size "425 KB"> 137 <!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz"> 138 <!ENTITY gzip-md5 "a41a6a4b11f941cb7fc13df320f3af5f"> 139 139 <!ENTITY gzip-home "http://www.gzip.org"> 140 140
Note:
See TracChangeset
for help on using the changeset viewer.