[arch-commits] Commit in speexdsp/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Feb 12 01:40:58 UTC 2015
Date: Thursday, February 12, 2015 @ 02:40:58
Author: heftig
Revision: 231309
Add check (no tests, but harmless)
Modified:
speexdsp/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++++
1 file changed, 5 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-12 01:38:43 UTC (rev 231308)
+++ PKGBUILD 2015-02-12 01:40:58 UTC (rev 231309)
@@ -18,6 +18,11 @@
make
}
+check() {
+ cd $pkgname-$pkgver
+ make -k check
+}
+
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
More information about the arch-commits
mailing list