From b6ee47e78e1dedcc75de299b8c3767d0649e4855 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 Jun 2012 08:54:22 +0200 Subject: [PATCH] bash: update to 4.2 patch level 029. --- srcpkgs/bash/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 7b7b4780fbd..da7a2f5eebb 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -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 " @@ -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")