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

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

version 1.2, 2001/06/23 21:33:42 version 1.5, 2001/12/14 10:31:06
Line 1 
Line 1 
 #!/bin/sh #!/bin/sh
   if test `whoami` != 'root'; then
     echo "You have to be root to build the pegasus rpm"
     exit
   fi
   #
 if test "$PEGASUS_PLATFORM" != LINUX_IX86_GNU; then if test "$PEGASUS_PLATFORM" != LINUX_IX86_GNU; then
   echo "Please set PEGASUS_PLATFORM to LINUX_IX86_GNU"   echo "Please set PEGASUS_PLATFORM to LINUX_IX86_GNU"
   echo "either using export PEGASUS_PLATFORM=LINUX_IX86_GNU for ksh and bash"   echo "either using export PEGASUS_PLATFORM=LINUX_IX86_GNU for ksh and bash"
Line 15 
Line 20 
   exit   exit
 fi 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
   echo "I'm going to make sure that pegasus is found in */pegasus-1.0/ "   echo "I'm going to make sure that pegasus is found in */pegasus-1.0/ "
Line 59 
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.2  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2