mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00: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>
|
||||
</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
|
||||
the FHS compliance notes. They are bogus because Vim doesn't use the
|
||||
localstatedir at all.</para></listitem>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<para><screen><userinput>make -f Makefile-libbz2_so &&
|
||||
make &&
|
||||
make PREFIX=/usr install &&
|
||||
make install &&
|
||||
cp bzip2-shared /bin/bzip2 &&
|
||||
ln -s libbz2.so.1.0 libbz2.so &&
|
||||
cp -a libbz2.so* /lib &&
|
||||
|
Loading…
Reference in New Issue
Block a user