mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-16 17:25:08 +01:00
removed PREFIX=/usr from make install command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2141 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a8068e972f
commit
0d1de9459f
@ -59,6 +59,12 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Bzip2: Removed
|
||||||
|
the <emphasis>PREFIX=/usr</emphasis> from the
|
||||||
|
<userinput>make install</userinput> command because the
|
||||||
|
<emphasis>PREFIX</emphasis> is already set to <emphasis>/usr</emphasis> by
|
||||||
|
default.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Vim: Removed
|
<listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Vim: Removed
|
||||||
the FHS compliance notes. They are bogus because Vim doesn't use the
|
the FHS compliance notes. They are bogus because Vim doesn't use the
|
||||||
localstatedir at all.</para></listitem>
|
localstatedir at all.</para></listitem>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<para><screen><userinput>make -f Makefile-libbz2_so &&
|
<para><screen><userinput>make -f Makefile-libbz2_so &&
|
||||||
make &&
|
make &&
|
||||||
make PREFIX=/usr install &&
|
make install &&
|
||||||
cp bzip2-shared /bin/bzip2 &&
|
cp bzip2-shared /bin/bzip2 &&
|
||||||
ln -s libbz2.so.1.0 libbz2.so &&
|
ln -s libbz2.so.1.0 libbz2.so &&
|
||||||
cp -a libbz2.so* /lib &&
|
cp -a libbz2.so* /lib &&
|
||||||
|
Loading…
Reference in New Issue
Block a user