Changeset 2664

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

Updated commandandconquer-GDI to use wine version automatically

Location:
pbibuild/modules/commandandconquer-GDI
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/commandandconquer-GDI/build.sh

    r2653 r2664  
    1111 
    1212# Save the right version number in the removepbi.sh script 
    13 sed -e "s,CHANGEME,CommandandConquerGold2${PORTVER},g" ${PBIDIR}/bin/gdi > /tmp/gdi 
     13sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/gdi > /tmp/gdi 
    1414mv /tmp/gdi ${PBIDIR}/bin/gdi 
    1515chmod 755 ${PBIDIR}/bin/gdi 
  • pbibuild/modules/commandandconquer-GDI/overlay-dir/bin/gdi

    r1664 r2664  
    11#!/bin/sh 
    2 PROGDIR="CommandandConquerGold20.9.58" 
     2VER="CHANGEME" 
     3PROGDIR="CommandandConquerGold2${VER}" 
    34cd 
    45export WINEPREFIX="/Programs/${PROGDIR}/GDI" 
  • pbibuild/modules/commandandconquer-GDI/pbi.conf

    r2578 r2664  
    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="02" 
     35BUILDKEY="12" 
    3636 
    3737# Don't build this PBI on certian processors (i386 / amd64)