diff options
Diffstat (limited to 'community/poweralertd/APKBUILD')
-rw-r--r-- | community/poweralertd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/poweralertd/APKBUILD b/community/poweralertd/APKBUILD index 7b932e4b522..434d3f3d0a7 100644 --- a/community/poweralertd/APKBUILD +++ b/community/poweralertd/APKBUILD @@ -16,7 +16,7 @@ build() { abuild-meson \ -Dman-pages=enabled \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |