diff options
Diffstat (limited to 'source/l/gvfs/gvfs.SlackBuild')
-rwxr-xr-x | source/l/gvfs/gvfs.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/l/gvfs/gvfs.SlackBuild b/source/l/gvfs/gvfs.SlackBuild index 0b78d022..c5c0836e 100755 --- a/source/l/gvfs/gvfs.SlackBuild +++ b/source/l/gvfs/gvfs.SlackBuild @@ -75,7 +75,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# EXAMPLE FOR MESON: # Configure, build, and install: export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" @@ -102,7 +101,7 @@ meson setup \ -Dsystemduserunitdir=no \ -Dtmpfilesdir=no \ .. || exit 1 - ninja || exit 1 + ninja $NUMJOBS || exit 1 DESTDIR=$PKG ninja install || exit 1 cd .. |