diff options
author | root <root@rshg047.dnsready.net> | 2011-06-30 23:11:47 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-30 23:11:47 +0000 |
commit | 64e72407414ce0badfb541782125cd8e3a25c12e (patch) | |
tree | b77ce06374d43b1653bc517ebdbd10e1d0f2b328 /core/flex | |
parent | 5e8a6a470237711ad18f12dde87deea6f2b8b0e0 (diff) |
Thu Jun 30 23:11:47 UTC 2011
Diffstat (limited to 'core/flex')
-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 } |