Show
Ignore:
Timestamp:
02/27/08 10:19:58 (9 months ago)
Author:
kris
Message:

Fixed up the java / apps which require java to use amd64 / i386 packages
properly

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/openoffice-en/preportmake.sh

    r1267 r1462  
    66cd /usr/ports/distfiles 
    77 
    8 # Get the diablo-caffe file 
    9 fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2 
     8ARCH="`uname -p`" 
     9if [ "$ARCH" = "i386" ] 
     10then 
     11  # Get the diablo-caffe file 
     12  fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2 
     13fi 
     14 
     15if [ "$ARCH" = "amd64" ] 
     16then 
     17  # Get the diablo-caffe file 
     18  fetch http://www.pcbsd.org/~kris/autobuildpkgs/diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2 
     19fi 
    1020 
    1121# Get the tzupdater files