From fed6f644508a364c920e47a5dd336b5b1b7c2b18 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 7 Jun 2009 08:09:46 +0200 Subject: [PATCH] bash: mark as essential. Bump revision. --HG-- extra : convert_revision : b8ec94e93305924d1036e10fd507b1dbfd562e61 --- templates/bash/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/bash/template b/templates/bash/template index e806119c2b8..0e2f3b4344e 100644 --- a/templates/bash/template +++ b/templates/bash/template @@ -1,7 +1,7 @@ # Template build file for 'bash'. pkgname=bash version=4.0 -revision=1 +revision=2 distfiles="http://ftp.gnu.org/gnu/bash/bash-$version.tar.gz" build_style=gnu_configure configure_args="--without-bash-malloc --with-curses --bindir=/bin @@ -28,6 +28,7 @@ long_desc=" to sixty-four. In addition, most sh scripts can be run by Bash without modification." +essential=yes base_chroot=yes register_shell="/bin/bash"