From 9a8aba3e7ab5aa5682bbf565bcccabaa41b35a81 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 1 Feb 2013 11:06:46 +0100 Subject: [PATCH] bash: conflicts with chroot-bash. --- srcpkgs/bash/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 41d452f726c..ecb13d17252 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -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")