Changeset 5811db8 in clfs-sysroot
- Timestamp:
- Dec 11, 2006, 1:39:56 PM (18 years ago)
- Branches:
- master
- Children:
- 3e71b22
- Parents:
- 1593ff0
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
r1593ff0 r5811db8 31 31 --prefix=/usr</userinput></screen> 32 32 33 <para os="c">The <command>gzexe</command> script has the location of the 34 <command>gzip</command> binary hard-wired into it. Because the 35 location of the binary is changed later, the following command ensures 36 that the new location gets placed into the script:</para> 37 38 <screen os="d"><userinput>chmod +w gzexe.in 39 cp gzexe.in{,.orig} 40 sed 's@"BINDIR"@/bin@g' gzexe.in.orig > gzexe.in</userinput></screen> 41 42 <para os="e">Compile the package:</para> 43 44 <screen os="f"><userinput>make</userinput></screen> 45 46 <para os="g">Install the package:</para> 47 48 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 49 50 <para os="i">Move the <command>gzip</command> program to the <filename 33 <para os="c">Compile the package:</para> 34 35 <screen os="d"><userinput>make</userinput></screen> 36 37 <para os="e">Install the package:</para> 38 39 <screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 40 41 <para os="g">Move the <command>gzip</command> program to the <filename 51 42 class="directory">/bin</filename> directory and create some commonly 52 43 used symlinks to it:</para> 53 44 54 <screen os=" j"><userinput>mv -v ${CLFS}/usr/bin/gzip ${CLFS}/bin45 <screen os="h"><userinput>mv -v ${CLFS}/usr/bin/gzip ${CLFS}/bin 55 46 rm -v ${CLFS}/usr/bin/{gunzip,zcat} 56 47 ln -sv gzip ${CLFS}/bin/gunzip -
BOOK/introduction/common/changelog.xml
r1593ff0 r5811db8 40 40 <para>December 11, 2006</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Gzip to 1.3.7.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Updated Linux Headers to 2.6.19-12042006.</para> -
BOOK/packages.ent
r1593ff0 r5811db8 134 134 <!ENTITY groff-home "&gnu-software;groff/"> 135 135 136 <!ENTITY gzip-version "1.3. 6">137 <!ENTITY gzip-size "5 92KB">136 <!ENTITY gzip-version "1.3.7"> 137 <!ENTITY gzip-size "535 KB"> 138 138 <!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz"> 139 <!ENTITY gzip-md5 " 495b42de5748cce30dc31aa9994c51b5">139 <!ENTITY gzip-md5 "d6c7f79bc445fbd12136662623de7edf"> 140 140 <!ENTITY gzip-home "http://www.gzip.org/"> 141 141
Note:
See TracChangeset
for help on using the changeset viewer.