From 868194f88d10cc0b85a552b7959e020da94217ed Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 11 Apr 2005 19:47:13 +0000 Subject: Removed a missplaced comma. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/zlib.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 5b08f5297..c8497e1ae 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -50,9 +50,9 @@ configure command below, then remove it afterwards. make install -Next we will remove the old, .so files in +Next we will remove the old .so files in the /lib directory and relink them -into /usr/lib. +into /usr/lib: rm /lib/libz.so ln -sf ../../lib/libz.so.&zlib-version; /usr/lib/libz.so -- cgit v1.2.3-54-g00ecf