bash: conflicts with chroot-bash.
This commit is contained in:
parent
53cd0b1d7f
commit
9a8aba3e7a
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=bash
|
|||
_bash_distver=4.2
|
||||
_bash_patchlevel=042
|
||||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
revision=1
|
||||
revision=2
|
||||
#version=${_bash_distver}
|
||||
wrksrc=${pkgname}-${_bash_distver}
|
||||
build_style=gnu-configure
|
||||
|
@ -24,6 +24,8 @@ license="GPL-3"
|
|||
distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz"
|
||||
checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8
|
||||
|
||||
conflicts="chroot-bash>=0"
|
||||
|
||||
pre_configure() {
|
||||
local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"
|
||||
local ver=$(echo ${_bash_distver}|sed "s|\.||g")
|
||||
|
|
Loading…
Reference in a new issue