diff options
Diffstat (limited to 'community/gvfs/APKBUILD')
-rw-r--r-- | community/gvfs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gvfs/APKBUILD b/community/gvfs/APKBUILD index 4b12d05c015..a2865f42efd 100644 --- a/community/gvfs/APKBUILD +++ b/community/gvfs/APKBUILD @@ -73,7 +73,7 @@ build() { -Dlogind=false \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |