diff options
Diffstat (limited to 'core/flex/PKGBUILD')
-rw-r--r-- | core/flex/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/flex/PKGBUILD b/core/flex/PKGBUILD index 039b11897..87ece915f 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 } |