gimp.spec
changeset 3846 9ab79af72b15
parent 3748 07ca8621c824
child 3858 a0a00bd9bb27
--- a/gimp.spec	Sun Sep 05 07:07:32 2004 +0000
+++ b/gimp.spec	Sun Sep 05 07:08:21 2004 +0000
@@ -86,7 +86,7 @@
   CPUS=`getconf _NPROCESSORS_ONLN`
 fi
 %else
-  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l`
+  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
 %endif
 if test "x$CPUS" = "x" -o $CPUS = 0; then
   CPUS=1