diff options
Diffstat (limited to 'community/gnome-control-center/APKBUILD')
-rw-r--r-- | community/gnome-control-center/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-control-center/APKBUILD b/community/gnome-control-center/APKBUILD index 0c933b0f129..ba0685778f1 100644 --- a/community/gnome-control-center/APKBUILD +++ b/community/gnome-control-center/APKBUILD @@ -66,7 +66,7 @@ build() { -Dibus=true \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |