From 508dbbc69c8efc503e5f05cfe96e6b1a2d56d2dd Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 4 Sep 2001 16:07:56 +0000 Subject: [PATCH] created link after make commadns (saves having to cd into /lib) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bzip2-inst.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml index 702d50cc3..5366bc9a1 100644 --- a/chapter06/bzip2-inst.xml +++ b/chapter06/bzip2-inst.xml @@ -5,6 +5,7 @@ make -f Makefile-libbz2_so && make bzip2recover libbz2.a && +ln -s libbz2.so.1.0.1 libbz2.so && cp bzip2-shared /bin/bzip2 && cp bzip2recover /bin && cp bzip2.1 /usr/share/man/man1 && @@ -12,8 +13,6 @@ cp -a libbz2.so* /lib && rm /usr/lib/libbz2.a && cp libbz2.a /usr/lib && -cd /lib && -ln -s libbz2.so.1.0.1 libbz2.so && cd /usr/lib && ln -sf ../../lib/libbz2.so && cd /bin &&