summaryrefslogtreecommitdiff
path: root/core/tar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/tar/PKGBUILD')
-rw-r--r--core/tar/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/tar/PKGBUILD b/core/tar/PKGBUILD
index de8610670..1ddcafe09 100644
--- a/core/tar/PKGBUILD
+++ b/core/tar/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 114404 2011-03-13 10:37:30Z allan $
+# $Id: PKGBUILD 129859 2011-06-29 04:33:10Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
@@ -23,6 +23,10 @@ build() {
./configure --prefix=/usr --libexecdir=/usr/lib/tar --bindir=/bin
make
+}
+
+check() {
+ cd ${srcdir}/$pkgname-$pkgver
make check
}