bash: needs coreutils rundep for the INSTALL script.

--HG--
extra : convert_revision : ca25e4af8f38a21beeabb1bead820871827cbdec
This commit is contained in:
Juan RP 2009-04-25 03:45:52 +02:00
parent 30f0a45c0d
commit 783ac14baf
1 changed files with 2 additions and 0 deletions

View File

@ -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