aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-21 23:23:01 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-21 23:23:01 +0000
commit88abb11b7ba3cb4619cb25f11fa63a65553f66d5 (patch)
treeab5f6c4e34fa71d37ddc8c2c73028ecb943763d0 /chapter06
parent26e62aa22dcb6ce6b63a5a21b44825ff19b2405e (diff)
Install zlib libs in /lib.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/zlib-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml
index 257c24084..f979284bb 100644
--- a/chapter06/zlib-inst.xml
+++ b/chapter06/zlib-inst.xml
@@ -3,7 +3,7 @@
<para>Install Zlib by running the following commands:</para>
-<para><screen><userinput>./configure --prefix=/usr --shared &amp;&amp;
+<para><screen><userinput>./configure --prefix=/usr --libdir=/lib --shared &amp;&amp;
make LIBS="libz.so.1.1.4 libz.a" &amp;&amp;
make LIBS="libz.so.1.1.4 libz.a" install &amp;&amp;
cp zlib.3 /usr/share/man/man3</userinput></screen></para>