summaryrefslogtreecommitdiff
path: root/core/flex/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/flex/PKGBUILD')
-rw-r--r--core/flex/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/flex/PKGBUILD b/core/flex/PKGBUILD
index a28cf39df..24d25b67a 100644
--- a/core/flex/PKGBUILD
+++ b/core/flex/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 91170 2010-09-23 14:30:47Z allan $
+# $Id: PKGBUILD 129833 2011-06-29 04:16:41Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
@@ -36,6 +36,10 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/share/man --infodir=/usr/share/info
make
+}
+
+check() {
+ cd $srcdir/$pkgname-$pkgver
make check
}