mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
Added a sed command to chapter 6-gzip to change the hard-coded
/usr/bin/gzip path to /bin/gzip git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1554 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9d12a8a4e9
commit
5ca1b36bcb
@ -24,6 +24,10 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>February 10th, 2002 [gerard]: Chapter 6: Added a sed
|
||||||
|
command to change gzexe's hardcoded /usr/bin/gzip path and change it to
|
||||||
|
/bin/gzip.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>February 10th, 2002 [gerard]: Chapter 5 + 6: Moved
|
<listitem><para>February 10th, 2002 [gerard]: Chapter 5 + 6: Moved
|
||||||
additional programs to the ($LFS)/bin directory that are used by the
|
additional programs to the ($LFS)/bin directory that are used by the
|
||||||
bootscripts. No programs used by bootscripts (except daemons themselves)
|
bootscripts. No programs used by bootscripts (except daemons themselves)
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
<para>Install Gzip by running the following commands:</para>
|
<para>Install Gzip by running the following commands:</para>
|
||||||
|
|
||||||
<para><screen><userinput>./configure --prefix=/usr &&
|
<para><screen><userinput>./configure --prefix=/usr &&
|
||||||
|
cp gzexe.in gzexe.in.backup &&
|
||||||
|
sed 's%"BINDIR"%/bin%' gzexe.in.backup > gzexe.in &&
|
||||||
make &&
|
make &&
|
||||||
make install &&
|
make install &&
|
||||||
cd /usr/bin &&
|
cd /usr/bin &&
|
||||||
|
Loading…
Reference in New Issue
Block a user