summaryrefslogtreecommitdiff
path: root/community/pacman/APKBUILD
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-05-22 23:00:32 +0000
committerpsykose <alice@ayaya.dev>2023-05-23 01:00:32 +0200
commit3052c1fd21e7b420a0bfdeb977bbe6678b802b07 (patch)
tree665b1c09723aba3b67cc69758ab44dc9c9b57b83 /community/pacman/APKBUILD
parentc42fa647562a3113b31241c4e12bb064f51aac9f (diff)
downloadaports-3052c1fd21e7b420a0bfdeb977bbe6678b802b07.zip
*/*: drop ${JOBS:+-j ${JOBS}}
samurai already reads SAMUFLAGS set to job count so this is redundant same for MAKEFLAGS and make
Diffstat (limited to 'community/pacman/APKBUILD')
-rw-r--r--community/pacman/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pacman/APKBUILD b/community/pacman/APKBUILD
index fad68e2b5f7..a8e906f58a1 100644
--- a/community/pacman/APKBUILD
+++ b/community/pacman/APKBUILD
@@ -39,7 +39,7 @@ build() {
-Di18n=true \
-Ddoc=enabled \
build
- meson compile ${JOBS:+-j ${JOBS}} -C build
+ meson compile -C build
}
check() {