From 45714a7d3b3c0851d598d966a2ce9790e177c6e1 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 23 Aug 2001 22:38:49 +0000 Subject: [Bug 127] Clean up ln, mv and cp commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bzip2-inst.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'chapter06/bzip2-inst.xml') diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml index 7f4ce03a0..ba92ead24 100644 --- a/chapter06/bzip2-inst.xml +++ b/chapter06/bzip2-inst.xml @@ -5,19 +5,19 @@ make -f Makefile-libbz2_so && make bzip2recover libbz2.a && -cp bzip2-shared /bin/bzip2 && -cp bzip2recover /bin && -cp bzip2.1 /usr/share/man/man1 && -cp bzlib.h /usr/include && -cp -a libbz2.so* libbz2.a /lib && -rm /usr/lib/libbz2.a && +cp -f bzip2-shared /bin/bzip2 && +cp -f bzip2recover /bin && +cp -f bzip2.1 /usr/share/man/man1 && +cp -f bzlib.h /usr/include && +cp -af libbz2.so* libbz2.a /lib && +rm -f /usr/lib/libbz2.a && cd /bin && ln -sf bzip2 bunzip2 && ln -sf bzip2 bzcat && cd /usr/share/man/man1 && -ln -s bzip2.1 bunzip2.1 && -ln -s bzip2.1 bzcat.1 && -ln -s bzip2.1 bzip2recover.1 +ln -sf bzip2.1 bunzip2.1 && +ln -sf bzip2.1 bzcat.1 && +ln -sf bzip2.1 bzip2recover.1 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 -- cgit v1.2.3-54-g00ecf