summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaskie2019-06-07 06:55:02 +0900
committertaskie2019-06-07 06:55:02 +0900
commit238e305025c77ae5d1be3f327d9489e527ce10e5 (patch)
treed54e8a31c4fdf76807bbf4d86d98c756dfbcf4fb
parent56680e2c13d844674c22f1d34b6d9c59144cfb01 (diff)
downloadaur-238e305025c77ae5d1be3f327d9489e527ce10e5.tar.gz
inhibit parallel execution
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f8a16e80df7..16a55bfeb493 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ build() {
# bypass "ERROR: Preinstalled ocamlbuild detected at ..."
export CHECK_IF_PREINSTALLED=false
opam install --deps-only satysfi
- make PREFIX=/usr
+ make -j 1 PREFIX=/usr
./download-fonts.sh
}