(file) Return to rpmBuild CVS log (file) (dir) Up to [Pegasus] / pegasus / Attic

Diff for /pegasus/Attic/rpmBuild between version 1.4 and 1.5

version 1.4, 2001/12/13 14:53:05 version 1.5, 2001/12/14 10:31:06
Line 20 
Line 20 
   exit   exit
 fi fi
 # #
 if test "$PEGASUS_CONCURRENT" != "yes" ; then  
   echo "Please set PEGASUS_CONCURRENT to yes"  
   exit  
 fi  
 # #
 PEGASUS_BASE=`basename $PEGASUS_ROOT` PEGASUS_BASE=`basename $PEGASUS_ROOT`
 if test "$PEGASUS_BASE" != "pegasus-1.0"; then if test "$PEGASUS_BASE" != "pegasus-1.0"; then
Line 69 
Line 65 
 fi fi
 # #
 # #
   chmod +x rpm/buildincludes
   if cp rpm/buildincludes /var/tmp; then
     echo "Copied buildincludes script"
   else
     echo "buildincludes script missing ???"
     exit
   fi
   #
 # #
 echo "Start building ...." echo "Start building ...."
 if rpm -ba /usr/src/packages/SPECS/pegasus-1.0.spec; then if rpm -ba /usr/src/packages/SPECS/pegasus-1.0.spec; then


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2