Changeset 2662

Show
Ignore:
Timestamp:
08/27/08 10:13:18 (3 months ago)
Author:
kris
Message:

Updated starship tribes to change the wine version automatically

Location:
pbibuild/modules/tribes
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/tribes/build.sh

    r1396 r2662  
    99#   PORTVER = Version number of the port we used to build 
    1010############################################################################## 
     11 
     12# Save the right version number in the winfirefox3 script 
     13sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/tribes > /tmp/tribes 
     14mv /tmp/tribes ${PBIDIR}/bin/tribes 
     15chmod 755 ${PBIDIR}/bin/tribes 
  • pbibuild/modules/tribes/overlay-dir/bin/tribes

    r1493 r2662  
    11#!/bin/sh 
    2 PROGDIR="Tribes0.9.56" 
     2VER="CHANGEME" 
     3PROGDIR="Tribes${VER}" 
    34cd 
    45export WINEPREFIX="/Programs/${PROGDIR}/TRIBES" 
  • pbibuild/modules/tribes/pbi.conf

    r1514 r2662  
    3333# Build Key - Change this to anything else to trigger a rebuild  
    3434#           - The rebuild will take place even if port is still the same ver 
    35 BUILDKEY="04" 
     35BUILDKEY="14" 
    3636 
    3737# Don't build this PBI on certian processors (i386 / amd64)