summaryrefslogtreecommitdiff
path: root/core/bash
diff options
context:
space:
mode:
Diffstat (limited to 'core/bash')
-rw-r--r--core/bash/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
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 <aaron@archlinux.org>
# Maintainer: Allan McRae <allan@archlinux.org>
@@ -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
}