diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-27 18:28:52 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2022-02-27 22:29:04 -0600 |
commit | 3971898799d25fc483fec58665fda388ca1f38e3 (patch) | |
tree | 0f59c7133b220ea9be65fd16a194809f38db8503 /network/mumble | |
parent | cac6007ddd157ba79f676e47458031a19b1ba0e8 (diff) |
network/mumble: Remove NUMJOBS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mumble')
-rw-r--r-- | network/mumble/mumble.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/network/mumble/mumble.SlackBuild b/network/mumble/mumble.SlackBuild index ca4904bd75c8..e9941cb66e72 100644 --- a/network/mumble/mumble.SlackBuild +++ b/network/mumble/mumble.SlackBuild @@ -35,7 +35,6 @@ PKGTYPE=${PKGTYPE:-tgz} G15=${G15:-no} OVERLAY=${OVERLAY:-yes} COMPAT32=${COMPAT32:-no} -NUMJOBS=${NUMJOBS:-1} SPEECHD=${SPEECHD:-yes} CELT=${CELT:-yes} @@ -121,7 +120,7 @@ find -L . \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - + mkdir -p build cd build @@ -145,7 +144,7 @@ cmake \ $BUILD_OVERLAY \ $BUILD_OVERLAY32 .. -make -j${NUMJOBS} +make make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |