network/mumble: Remove NUMJOBS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cac6007ddd
commit
3971898799
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue