]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed bzip2 build instructions.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Apr 2008 17:57:03 +0000 (19:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Apr 2008 17:57:03 +0000 (19:57 +0200)
lfs/bzip2

index 874e196d0484e9313c902d0d876cd1c0928ca998..9547fa4f0826117e79187efcb549a29244fe42d8 100644 (file)
--- a/lfs/bzip2
+++ b/lfs/bzip2
@@ -68,10 +68,10 @@ ifeq "$(STAGE)" "base"
        
        cd $(DIR_APP) && cp -v bzip2-shared /bin/bzip2
        cd $(DIR_APP) && cp -av libbz2.so* /lib
-       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
+       ln -sfv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
+       rm -fv /usr/bin/{bunzip2,bzcat,bzip2}
+       ln -sfv bzip2 /bin/bunzip2
+       ln -sfv bzip2 /bin/bzcat
 endif
 
        @rm -rf $(DIR_APP)