aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/bzip2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/bzip2.xml b/chapter08/bzip2.xml
index 6927df68e..e2ff5108f 100644
--- a/chapter08/bzip2.xml
+++ b/chapter08/bzip2.xml
@@ -90,7 +90,7 @@ make clean</userinput></screen>
<screen><userinput remap="install">cp -v bzip2-shared /bin/bzip2
cp -av libbz2.so* /lib
-ln -sv ../../lib/libbz2.so.1.0 $LFS/usr/lib/libbz2.so
+ln -sv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
rm -v /usr/bin/{bunzip2,bzcat,bzip2}
ln -sv bzip2 /bin/bunzip2
ln -sv bzip2 /bin/bzcat</userinput></screen>