Changeset e2060c1 for BOOK/final-system/common/gzip.xml
- Timestamp:
- Feb 17, 2007, 2:37:55 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0c2e5d7
- Parents:
- 4f3f023
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
r4f3f023 re2060c1 28 28 <para os="a">Prepare Gzip for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/usr </userinput></screen>30 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen> 31 31 32 32 <para os="c">Compile the package:</para> … … 34 34 <screen os="d"><userinput>make</userinput></screen> 35 35 36 <para os="e">T his package does not come with a test suite.</para>36 <para os="e">To test the results, issue: make check.</para> 37 37 38 38 <para os="f">Install the package:</para> … … 40 40 <screen os="g"><userinput>make install</userinput></screen> 41 41 42 <para os="h">Move the <command>gzip</command> program to the <filename 43 class="directory">/bin</filename> directory and create some commonly 44 used symlinks to it:</para> 45 46 <screen os="i"><userinput>mv -v /usr/bin/gzip /bin 47 rm -v /usr/bin/{gunzip,zcat} 48 ln -sv gzip /bin/gunzip 49 ln -sv gzip /bin/zcat 50 ln -sv gzip /bin/compress 51 ln -sv gunzip /bin/uncompress</userinput></screen> 42 <para os="h">Now we will move some of utilities to /usr/bin to meet FHS compliance:</para> 43 44 <screen os="i"><userinput>mv /bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} /usr/bin</userinput></screen> 52 45 53 46 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.