summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlllf2017-06-01 09:52:43 +1000
committerlllf2017-06-01 09:52:43 +1000
commitea7ee0b6b97770d328192fab48b1e7b02d5ad507 (patch)
tree36ed38e395c1a093be7653ec0c93412608503e7a
parent372ec2e004b8a2a9ed94f98a615be7b79dae3f4c (diff)
downloadaur-ea7ee0b6b97770d328192fab48b1e7b02d5ad507.tar.gz
Tests fails to build if done in parallel as well
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5eb6ad5aa55f..28cfbebfdffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ build() {
./configure --prefix=/usr
make
- make -j4 check
+ make check
}
package() {