Changeset 2663 for pbibuild/modules

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

Updated commandandqonueror-NOD to change the version automatically

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

Legend:

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

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

    r1649 r2663  
    11#!/bin/sh 
    2 PROGDIR="CommandandConquerGold10.9.58" 
     2VER="CHANGEME" 
     3PROGDIR="CommandandConquerGold1${VER}" 
    34cd 
    45export WINEPREFIX="/Programs/${PROGDIR}/NOD" 
  • pbibuild/modules/commandandconquer-NOD/pbi.conf

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