Changeset 2663 for pbibuild/modules
- Timestamp:
- 08/27/08 10:16:08 (3 months ago)
- Location:
- pbibuild/modules/commandandconquer-NOD
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/commandandconquer-NOD/build.sh
r2652 r2663 11 11 12 12 # Save the right version number in the removepbi.sh script 13 sed -e "s,CHANGEME, CommandandConquerGold1${PORTVER},g" ${PBIDIR}/bin/nod > /tmp/nod13 sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/nod > /tmp/nod 14 14 mv /tmp/nod ${PBIDIR}/bin/nod 15 15 chmod 755 ${PBIDIR}/bin/nod -
pbibuild/modules/commandandconquer-NOD/overlay-dir/bin/nod
r1649 r2663 1 1 #!/bin/sh 2 PROGDIR="CommandandConquerGold10.9.58" 2 VER="CHANGEME" 3 PROGDIR="CommandandConquerGold1${VER}" 3 4 cd 4 5 export WINEPREFIX="/Programs/${PROGDIR}/NOD" -
pbibuild/modules/commandandconquer-NOD/pbi.conf
r2578 r2663 33 33 # Build Key - Change this to anything else to trigger a rebuild 34 34 # - The rebuild will take place even if port is still the same ver 35 BUILDKEY="1 1"35 BUILDKEY="15" 36 36 37 37 # Don't build this PBI on certian processors (i386 / amd64)
