From 783ac14baf7658b081e4f524559707c3a1164b15 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 25 Apr 2009 03:45:52 +0200 Subject: [PATCH] bash: needs coreutils rundep for the INSTALL script. --HG-- extra : convert_revision : ca25e4af8f38a21beeabb1bead820871827cbdec --- templates/bash/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/bash/template b/templates/bash/template index 642bd2bf2ae..e806119c2b8 100644 --- a/templates/bash/template +++ b/templates/bash/template @@ -1,6 +1,7 @@ # Template build file for 'bash'. pkgname=bash version=4.0 +revision=1 distfiles="http://ftp.gnu.org/gnu/bash/bash-$version.tar.gz" build_style=gnu_configure configure_args="--without-bash-malloc --with-curses --bindir=/bin @@ -34,3 +35,4 @@ Add_dependency full glibc Add_dependency build ncurses Add_dependency build texinfo Add_dependency run ncurses-libs +Add_dependency run coreutils