diff options
Diffstat (limited to 'community/zathura/APKBUILD')
-rw-r--r-- | community/zathura/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/zathura/APKBUILD b/community/zathura/APKBUILD index a6bcc851137..31632d33a7b 100644 --- a/community/zathura/APKBUILD +++ b/community/zathura/APKBUILD @@ -32,7 +32,7 @@ esac build() { abuild-meson build - meson compile ${JOBS:+-j ${JOBS}} -C build + meson compile -C build } check() { |