diff options
Diffstat (limited to 'community/gnome-screenshot/APKBUILD')
-rw-r--r-- | community/gnome-screenshot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-screenshot/APKBUILD b/community/gnome-screenshot/APKBUILD index 7970e71ad5a..76d4e217213 100644 --- a/community/gnome-screenshot/APKBUILD +++ b/community/gnome-screenshot/APKBUILD @@ -23,7 +23,7 @@ source="https://download.gnome.org/sources/gnome-screenshot/${pkgver%.*}/gnome-s build() { abuild-meson . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |