updated all base packages
[hdw-linux/hdw-linux.git] / packages / base / bzip2 / bzip2
index c971118..1179682 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 1.0.2
+# [V] 1.0.3
 # [S] 1-3 2-12
-# [D] bzip2-1.0.2.tar.gz ftp://sources.redhat.com/pub/bzip2/v102/
+# [D] bzip2-1.0.3.tar.gz ftp://sources.redhat.com/pub/bzip2/v102/
 
 e_ver=`echo $ver | awk -F. '{ print $1 "." $2 }'`
 
@@ -20,7 +20,6 @@ if [ "$hdw_status" = "2" ] ; then
                cp -a libbz2.so* $root/lib &&
                ln -svf ../../lib/libbz2.so.${e_ver} $root/usr/lib/libbz2.so &&
                rm $root/usr/bin/{bunzip2,bzcat,bzip2} &&
-               mv $root/usr/bin/{bzip2recover,bzless,bzmore} $root/bin &&
                ln -svf bzip2 $root/bin/bunzip2 &&
                ln -svf bzip2 $root/bin/bzcat
                        }