aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/zlib.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-04-13 04:16:10 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-04-13 04:16:10 +0000
commitc7a2699ead3f1f3d523c7420c9445c002b90e354 (patch)
tree51dda357fff7a03ab48ad8e64a73e87c166884f9 /chapter06/zlib.xml
parent85d68de013377a19f821108b269a44a1a73bdbd5 (diff)
Fix location of libz.so
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9240 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r--chapter06/zlib.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml
index 044ceadf5..1dfa3a9bc 100644
--- a/chapter06/zlib.xml
+++ b/chapter06/zlib.xml
@@ -62,7 +62,7 @@
<filename class="extension">.so</filename> file in
<filename class="directory">/usr/lib</filename> will need to be recreated:</para>
-<screen><userinput remap="install">mv -v /usr/lib/libz.so* /lib
+<screen><userinput remap="install">mv -v /usr/lib/libz.so.* /lib
ln -sfv ../../lib/libz.so.&zlib-version; /usr/lib/libz.so</userinput></screen>
</sect2>