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:
Gerard Beekmans 2002-09-28 23:35:47 +00:00
parent a8068e972f
commit 0d1de9459f
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View File

@ -5,7 +5,7 @@
<para><screen><userinput>make -f Makefile-libbz2_so &amp;&amp;
make &amp;&amp;
make PREFIX=/usr install &amp;&amp;
make install &amp;&amp;
cp bzip2-shared /bin/bzip2 &amp;&amp;
ln -s libbz2.so.1.0 libbz2.so &amp;&amp;
cp -a libbz2.so* /lib &amp;&amp;