summaryrefslogtreecommitdiff
path: root/core/libmpc/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-30 23:11:47 +0000
committerroot <root@rshg047.dnsready.net>2011-06-30 23:11:47 +0000
commit64e72407414ce0badfb541782125cd8e3a25c12e (patch)
treeb77ce06374d43b1653bc517ebdbd10e1d0f2b328 /core/libmpc/PKGBUILD
parent5e8a6a470237711ad18f12dde87deea6f2b8b0e0 (diff)
Thu Jun 30 23:11:47 UTC 2011
Diffstat (limited to 'core/libmpc/PKGBUILD')
-rw-r--r--core/libmpc/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/libmpc/PKGBUILD b/core/libmpc/PKGBUILD
index f06279f85..58dc50c42 100644
--- a/core/libmpc/PKGBUILD
+++ b/core/libmpc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 111157 2011-02-24 12:31:09Z allan $
+# $Id: PKGBUILD 129838 2011-06-29 04:23:14Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
pkgname=libmpc
@@ -25,6 +25,10 @@ build() {
./configure --prefix=/usr
make
+}
+
+check() {
+ cd "${srcdir}/mpc-${pkgver}"
make check
}