]> git.t-rg.ws Git - slackbuilds.git/commitdiff
Switched from a moderately complex expression for NUMJOBS variable to a more reliable...
authorfsLeg <fsleg@t-rg.ws>
Wed, 12 Nov 2014 21:38:49 +0000 (00:38 +0300)
committerfsLeg <fsleg@t-rg.ws>
Wed, 12 Nov 2014 21:38:49 +0000 (00:38 +0300)
aegisub/aegisub.SlackBuild
ffms2/ffms2.SlackBuild
opera/opera.SlackBuild
steghide/steghide.SlackBuild
wxWidgets3/wxWidgets3.SlackBuild

index 6b144de7615534fad7061bfef91a8792a60785d1..e66eeda0f0805bb33afeb21cf44769b00caa5077 100755 (executable)
@@ -29,7 +29,7 @@ TAG=${TAG:-fsleg}
 
 # Use parallel building if possible
 if [ -z "$NUMJOBS" ]; then
-  NUMJOBS=$( lscpu | egrep '^CPU\(s\):' | tr -s ' ' | cut -d ' ' -f 2 )
+  NUMJOBS=$(nproc)
 fi
 
 # Automatically determine the architecture we're building on:
index bdc928d4927f37d7709ff889375f6dabf2121c32..7821e68fddb3f2c248b9420410dc6260f7ed2989 100755 (executable)
@@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}
 
 # Use parallel building if possible
 if [ -z "$NUMJOBS" ]; then
-  NUMJOBS=$( lscpu | egrep '^CPU\(s\):' | tr -s ' ' | cut -d ' ' -f 2 )
+  NUMJOBS=$(nproc)
 fi
 
 # Automatically determine the architecture we're building on:
index f4c7763b4a3361c246d4ec8b0d07934717767385..0afe5bb18dc91f70bcd7c204a970995ffcfcc792 100755 (executable)
@@ -42,7 +42,7 @@ TAG=${TAG:-fsleg}
 
 # Use parallel building if possible
 if [ -z "$NUMJOBS" ]; then
-  NUMJOBS=$( lscpu | egrep '^CPU\(s\):' | tr -s ' ' | cut -d ' ' -f 2 )
+  NUMJOBS=$(nproc)
 fi
 
 # Automatically determine the architecture we're building on:
index 9773e339bbfc6a5c486e2647ba0f4d4b4fa376af..141f44ebf977a2e0b5b9d1e0d1319fe71759225b 100755 (executable)
@@ -29,7 +29,7 @@ TAG=${TAG:-fsleg}
 
 # Use parallel building if possible
 if [ -z "$NUMJOBS" ]; then
-  NUMJOBS=$( lscpu | egrep '^CPU\(s\):' | tr -s ' ' | cut -d ' ' -f 2 )
+  NUMJOBS=$(nproc)
 fi
 
 # Automatically determine the architecture we're building on:
index 87be92f5794c7252b6dbec7f6867d39bb537ccdd..bbf6679d46264420bea2018128daabc5943a652d 100755 (executable)
@@ -31,7 +31,7 @@ SRCNAM=wxWidgets
 
 # Use parallel building if possible
 if [ -z "$NUMJOBS" ]; then
-  NUMJOBS=$( lscpu | egrep '^CPU\(s\):' | tr -s ' ' | cut -d ' ' -f 2 )
+  NUMJOBS=$(nproc)
 fi
 
 # Automatically determine the architecture we're building on: