bash: remove ncurses-devel; readline-devel already includes it.
This commit is contained in:
parent
d35d46d0a2
commit
347d970dc5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ configure_args="--without-bash-malloc --with-curses --with-installed-readline
|
|||
--enable-process-substitution --enable-progcomp --enable-prompt-string-decoding
|
||||
--enable-select --enable-net-redirections --enable-restricted --enable-readline"
|
||||
register_shell="/bin/bash"
|
||||
makedepends="readline-devel ncurses-devel bison"
|
||||
makedepends="readline-devel bison"
|
||||
short_desc="The GNU Bourne Again Shell"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/bash/bash.html"
|
||||
|
|
Loading…
Reference in a new issue