From 4ec6ebe822ab5876e34b35ab3b785ac6ca709a3e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jul 2012 17:19:31 +0200 Subject: [PATCH] chroot-bash: switch to /usr. --- srcpkgs/chroot-bash/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index f1c836c8d86..b19fffbe2ac 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -1,15 +1,15 @@ # Template build file for 'chroot-bash'. pkgname=chroot-bash version=4.2 +revision=3 wrksrc="bash-${version}" -distfiles="http://ftp.gnu.org/gnu/bash/bash-${version}.tar.gz" build_style=gnu-configure -configure_args="--bindir=/bin --without-bash-malloc --enable-static-link LDFLAGS=" -revision=1 +configure_args="--without-bash-malloc --enable-static-link LDFLAGS=" short_desc="The GNU Bourne Again Shell -- for xbps-src use" maintainer="Juan RP " homepage="http://www.gnu.org/software/bash/bash.html" license="GPL-3" +distfiles="http://ftp.gnu.org/gnu/bash/bash-${version}.tar.gz" checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8 long_desc=" Bash is an sh-compatible shell that incorporates useful features from