aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-09-28 23:35:47 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-09-28 23:35:47 +0000
commit0d1de9459fdd63c618bdb6936b0024b577ed7746 (patch)
treefe4ba46f679555ab7d44387dd95411795a33852e /chapter06
parenta8068e972fda779a96a70b645789546a6835db63 (diff)
removed PREFIX=/usr from make install command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2141 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bzip2-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml
index c3519fe86..ecbfee7fe 100644
--- a/chapter06/bzip2-inst.xml
+++ b/chapter06/bzip2-inst.xml
@@ -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;