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/ppl | |
parent | 5e8a6a470237711ad18f12dde87deea6f2b8b0e0 (diff) |
Thu Jun 30 23:11:47 UTC 2011
Diffstat (limited to 'core/ppl')
-rw-r--r-- | core/ppl/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/ppl/PKGBUILD b/core/ppl/PKGBUILD index 230b48de4..ba8477680 100644 --- a/core/ppl/PKGBUILD +++ b/core/ppl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 111674 2011-02-28 10:47:00Z allan $ +# $Id: PKGBUILD 129854 2011-06-29 04:31:09Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: ezzetabi <ezzetabi at gawab dot com> @@ -18,6 +18,10 @@ build() { cd $srcdir/ppl-$pkgver ./configure --prefix=/usr --enable-interfaces="c,cxx" make +} + +check() { + cd $srcdir/ppl-$pkgver make check } |