summaryrefslogtreecommitdiff
path: root/core/make
diff options
context:
space:
mode:
Diffstat (limited to 'core/make')
-rw-r--r--core/make/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/make/PKGBUILD b/core/make/PKGBUILD
index 832522a78..3da9085d7 100644
--- a/core/make/PKGBUILD
+++ b/core/make/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 110342 2011-02-18 22:21:30Z allan $
+# $Id: PKGBUILD 129849 2011-06-29 04:28:30Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
@@ -36,6 +36,10 @@ build() {
./configure --prefix=/usr
make
+}
+
+check() {
+ cd ${srcdir}/${pkgname}-${pkgver}
make check
}