bash: not a bootstrap pkg anymore.
This commit is contained in:
parent
c44d1cd731
commit
443d765eae
1 changed files with 3 additions and 7 deletions
|
@ -33,17 +33,13 @@ long_desc="
|
||||||
to sixty-four. In addition, most sh scripts can be run by Bash without
|
to sixty-four. In addition, most sh scripts can be run by Bash without
|
||||||
modification."
|
modification."
|
||||||
|
|
||||||
bootstrap=yes
|
|
||||||
register_shell="/bin/bash"
|
register_shell="/bin/bash"
|
||||||
|
|
||||||
Add_dependency build ncurses-devel
|
Add_dependency build ncurses-devel
|
||||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
Add_dependency build bison
|
||||||
Add_dependency build bison
|
Add_dependency build gettext
|
||||||
Add_dependency build gettext
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure()
|
pre_configure() {
|
||||||
{
|
|
||||||
local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"
|
local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"
|
||||||
local ver=$(echo ${_bash_distver}|sed "s|\.||g")
|
local ver=$(echo ${_bash_distver}|sed "s|\.||g")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue