bash: not a bootstrap pkg anymore.

This commit is contained in:
Juan RP 2012-02-28 10:21:44 +01:00
parent c44d1cd731
commit 443d765eae

View file

@ -33,17 +33,13 @@ long_desc="
to sixty-four. In addition, most sh scripts can be run by Bash without
modification."
bootstrap=yes
register_shell="/bin/bash"
Add_dependency build ncurses-devel
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build bison
Add_dependency build gettext
fi
Add_dependency build bison
Add_dependency build gettext
pre_configure()
{
pre_configure() {
local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"
local ver=$(echo ${_bash_distver}|sed "s|\.||g")