more toolchain + stage 1 updates
[hdw-linux/hdw-linux.git] / packages / base / bash / bash
index 57ce9ad..349b4c6 100644 (file)
@@ -2,20 +2,20 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 3.0
-# [S] 1-7 2-11
-# [D] bash-3.0.tar.gz ftp://ftp.gnu.org/pub/gnu/bash/
-# [D] bash-doc-3.0.tar.gz ftp://ftp.gnu.org/pub/gnu/bash/
+# [V] 3.1
+# [S] 1-2 2-11
+# [D] bash-3.1.tar.gz ftp://ftp.gnu.org/pub/gnu/bash/
+# [D] bash-doc-3.1.tar.gz ftp://ftp.gnu.org/pub/gnu/bash/
 
 confopt="$confopt --without-bash-malloc"
 
-if [ "$hdw_status" = "1" ] ; then
+if [ "$stage" = "1" ] ; then
        post_install()  {
                ln -svf bash $prefix/bin/sh
                        }
 fi
 
-if [ "$hdw_status" = "2" ] ; then
+if [ "$stage" = "2" ] ; then
        confopt=${confopt//--bindir* /--bindir=$root/bin }
        post_install()  {
                ln -sf bash $root/bin/sh