diff -r f65005eff22c -r 9ab79af72b15 openh323.spec --- a/openh323.spec Sun Sep 05 07:07:32 2004 +0000 +++ b/openh323.spec Sun Sep 05 07:08:21 2004 +0000 @@ -54,7 +54,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