gaim.spec
changeset 3846 9ab79af72b15
parent 3843 a5310bc5ccb4
child 3855 4cd13c872d1d
--- a/gaim.spec	Sun Sep 05 07:07:32 2004 +0000
+++ b/gaim.spec	Sun Sep 05 07:08:21 2004 +0000
@@ -73,7 +73,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