From 443d765eae28c193789c7392d9206587c4e1e1c2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Feb 2012 10:21:44 +0100 Subject: [PATCH] bash: not a bootstrap pkg anymore. --- srcpkgs/bash/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 2e17f98aa3..6257177288 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -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")