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

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

version 1.2, 2001/06/23 21:33:42 version 1.3, 2001/07/06 10:36:15
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"


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2