1 # hdw - linux bash package
3 # author: hackbard@hackdaworld.dyndns.org
7 # [D] bash-3.0.tar.gz ftp://ftp.gnu.org/pub/gnu/bash/
8 # [D] bash-doc-3.0.tar.gz ftp://ftp.gnu.org/pub/gnu/bash/
10 confopt="$confopt --without-bash-malloc"
12 if [ "$hdw_status" = "1" ] ; then
14 ln -svf bash $prefix/bin/sh
18 if [ "$hdw_status" = "2" ] ; then
19 confopt=${confopt//--bindir* /--bindir=$root/bin }
21 ln -sf bash $root/bin/sh