mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-20 04:09:21 +01:00
ch5-gzip: uncompress symlink is not required. Fix by Zack.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8fa4affc0c
commit
38d003750f
@ -74,6 +74,10 @@
|
|||||||
<listitem><para>May 12th, 2003 [gerard]: Chapter 06 - Basic Network: Added
|
<listitem><para>May 12th, 2003 [gerard]: Chapter 06 - Basic Network: Added
|
||||||
$(hostname) to /etc/hosts, without it perl's test doesn't pass.</para></listitem>
|
$(hostname) to /etc/hosts, without it perl's test doesn't pass.</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing Gzip:
|
||||||
|
Nothing in Chapter 6 checks for or uses the uncompress command,
|
||||||
|
therefore we shouldn't create it.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing Bzip2:
|
<listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing Bzip2:
|
||||||
Running "make" implies "make check", therefore there is no reason
|
Running "make" implies "make check", therefore there is no reason
|
||||||
whatsoever for us to run it manually.</para></listitem>
|
whatsoever for us to run it manually.</para></listitem>
|
||||||
|
@ -9,8 +9,7 @@ make check
|
|||||||
make install
|
make install
|
||||||
rm -f /stage1/bin/{gunzip,zcat}
|
rm -f /stage1/bin/{gunzip,zcat}
|
||||||
ln -s gzip /stage1/bin/gunzip
|
ln -s gzip /stage1/bin/gunzip
|
||||||
ln -s gzip /stage1/bin/zcat
|
ln -s gzip /stage1/bin/zcat</userinput></screen></para>
|
||||||
ln -s gunzip /stage1/bin/uncompress</userinput></screen></para>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user