summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2023-09-05 03:06:51 +0700
committerKonstantin Shalygin2023-09-05 03:06:51 +0700
commit3a557dd80379af29524d5c1df5d220143a84292b (patch)
tree06e616772c7522c943037ea6234808acbdc788b2
parent7fdffb562180bdfadcc2434d427b89f7fbcc7444 (diff)
downloadaur-3a557dd80379af29524d5c1df5d220143a84292b.tar.gz
Fixed mistype
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f451dfc5c6b..415d67a14eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,7 +56,7 @@ prepare() {
build() {
cd "${pkgname}-${pkgname}-${pkgver}"
- make -j
+ make
}
check() {