From 64e72407414ce0badfb541782125cd8e3a25c12e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 30 Jun 2011 23:11:47 +0000 Subject: Thu Jun 30 23:11:47 UTC 2011 --- core/bash/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'core/bash') diff --git a/core/bash/PKGBUILD b/core/bash/PKGBUILD index c8d6c0c36..6979842b3 100644 --- a/core/bash/PKGBUILD +++ b/core/bash/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 123077 2011-05-08 02:14:26Z allan $ +# $Id: PKGBUILD 129828 2011-06-29 04:14:18Z allan $ # Maintainer: Aaron Griffin # Maintainer: Allan McRae @@ -46,6 +46,10 @@ build() { --without-bash-malloc --with-installed-readline \ --bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info make +} + +check() { + cd ${srcdir}/${pkgname}-$_basever make check } -- cgit v1.2.3-54-g00ecf