diff options
Diffstat (limited to 'source/x/glu/glu.SlackBuild')
-rwxr-xr-x | source/x/glu/glu.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/glu/glu.SlackBuild b/source/x/glu/glu.SlackBuild index b77ebe7c..3e95616e 100755 --- a/source/x/glu/glu.SlackBuild +++ b/source/x/glu/glu.SlackBuild @@ -28,7 +28,7 @@ PKGNAM=glu VERSION=${VERSION:-9.0.0} BUILD=${BUILD:-2} -NUMJOBS=${NUMJOBS:-" -j7 "} +NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} if [ -z "$ARCH" ]; then case "$( uname -m )" in |