bash: update to 4.2 patch level 029.
This commit is contained in:
parent
2e81957d63
commit
b6ee47e78e
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'bash'.
|
||||
pkgname=bash
|
||||
_bash_patchlevel=028
|
||||
_bash_patchlevel=029
|
||||
_bash_distver=4.2
|
||||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
#version=${_bash_distver}
|
||||
|
@ -16,6 +16,7 @@ configure_args="--without-bash-malloc --with-curses --bindir=/bin
|
|||
--enable-process-substitution --enable-progcomp --enable-prompt-string-decoding
|
||||
--enable-select --enable-net-redirections --enable-restricted --enable-readline
|
||||
--with-installed-readline"
|
||||
register_shell="/bin/bash"
|
||||
makedepends="readline-devel ncurses-devel bison"
|
||||
short_desc="The GNU Bourne Again Shell"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -34,9 +35,6 @@ long_desc="
|
|||
to sixty-four. In addition, most sh scripts can be run by Bash without
|
||||
modification."
|
||||
|
||||
register_shell="/bin/bash"
|
||||
|
||||
|
||||
pre_configure() {
|
||||
local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"
|
||||
local ver=$(echo ${_bash_distver}|sed "s|\.||g")
|
||||
|
|
Loading…
Reference in New Issue