diff options
Diffstat (limited to 'community/gnome-power-manager/APKBUILD')
-rw-r--r-- | community/gnome-power-manager/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-power-manager/APKBUILD b/community/gnome-power-manager/APKBUILD index 8a934c26956..a28f4ffc430 100644 --- a/community/gnome-power-manager/APKBUILD +++ b/community/gnome-power-manager/APKBUILD @@ -20,7 +20,7 @@ build() { abuild-meson \ -Db_lto=true \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |