Show
Ignore:
Timestamp:
05/12/08 12:59:42 (7 months ago)
Author:
kris
Message:

Fixed up the pbibuilder scripts to only do 1 version of FreeBSD, since you
can't cross build in a chroot environment properly

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/pbibuilder/buildpbi.sh

    r1753 r1892  
    2929 
    3030# Check if we need to remake the buildworld environment 
    31 if [ ! -e "/pbi-build/buildworld63/.cshrc" -o "$REBUILDWORLD" = "1" ] 
    32 then 
    33   echo "Rebuilding the world environment..." 
    34  
    35   # Make the world environment 
    36   cd ${PROGDIR}/scripts 
    37   ./1.createworld.sh 
    38 fi 
    39  
    40 # Check if we need to remake the buildworld environment 
    41 if [ ! -e "/pbi-build/buildworld70/.cshrc" -o "$REBUILDWORLD" = "1" ] 
     31if [ ! -e "/pbi-build/buildworld/.cshrc" -o "$REBUILDWORLD" = "1" ] 
    4232then 
    4333  echo "Rebuilding the world environment..."