diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-10-27 22:21:44 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-10-27 22:21:44 +0000 |
commit | 4d6fc2dabb417f72752429222a3698ecc8a3c537 (patch) | |
tree | 073c981871be15744ed5f6d72189f286975ea5f6 /chapter06/bzip2-inst.xml | |
parent | 2443baaf497c491965623107d6fe4f4b505e06aa (diff) |
[Bug 164] XML Tidy up
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1329 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bzip2-inst.xml')
-rw-r--r-- | chapter06/bzip2-inst.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml index 5366bc9a1..905e4eb53 100644 --- a/chapter06/bzip2-inst.xml +++ b/chapter06/bzip2-inst.xml @@ -3,25 +3,25 @@ <para>Install Bzip2 by running the following commands:</para> -<para><screen><userinput>make -f Makefile-libbz2_so &&</userinput> -<userinput>make bzip2recover libbz2.a &&</userinput> -<userinput>ln -s libbz2.so.1.0.1 libbz2.so &&</userinput> -<userinput>cp bzip2-shared /bin/bzip2 &&</userinput> -<userinput>cp bzip2recover /bin &&</userinput> -<userinput>cp bzip2.1 /usr/share/man/man1 &&</userinput> -<userinput>cp bzlib.h /usr/include &&</userinput> -<userinput>cp -a libbz2.so* /lib &&</userinput> -<userinput>rm /usr/lib/libbz2.a &&</userinput> -<userinput>cp libbz2.a /usr/lib &&</userinput> -<userinput>cd /usr/lib &&</userinput> -<userinput>ln -sf ../../lib/libbz2.so &&</userinput> -<userinput>cd /bin &&</userinput> -<userinput>ln -sf bzip2 bunzip2 &&</userinput> -<userinput>ln -sf bzip2 bzcat &&</userinput> -<userinput>cd /usr/share/man/man1 &&</userinput> -<userinput>ln -sf bzip2.1 bunzip2.1 &&</userinput> -<userinput>ln -sf bzip2.1 bzcat.1 &&</userinput> -<userinput>ln -sf bzip2.1 bzip2recover.1</userinput></screen></para> +<para><screen><userinput>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 && +cp bzlib.h /usr/include && +cp -a libbz2.so* /lib && +rm /usr/lib/libbz2.a && +cp libbz2.a /usr/lib && +cd /usr/lib && +ln -sf ../../lib/libbz2.so && +cd /bin && +ln -sf bzip2 bunzip2 && +ln -sf bzip2 bzcat && +cd /usr/share/man/man1 && +ln -sf bzip2.1 bunzip2.1 && +ln -sf bzip2.1 bzcat.1 && +ln -sf bzip2.1 bzip2recover.1</userinput></screen></para> <para>Although it's not strictly a part of a basic LFS system it's worth mentioning that a patch for Tar can be downloaded which enables the tar |