Changeset 2664
- Timestamp:
- 08/27/08 10:18:12 (3 months ago)
- Location:
- pbibuild/modules/commandandconquer-GDI
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/commandandconquer-GDI/build.sh
r2653 r2664 11 11 12 12 # Save the right version number in the removepbi.sh script 13 sed -e "s,CHANGEME, CommandandConquerGold2${PORTVER},g" ${PBIDIR}/bin/gdi > /tmp/gdi13 sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/gdi > /tmp/gdi 14 14 mv /tmp/gdi ${PBIDIR}/bin/gdi 15 15 chmod 755 ${PBIDIR}/bin/gdi -
pbibuild/modules/commandandconquer-GDI/overlay-dir/bin/gdi
r1664 r2664 1 1 #!/bin/sh 2 PROGDIR="CommandandConquerGold20.9.58" 2 VER="CHANGEME" 3 PROGDIR="CommandandConquerGold2${VER}" 3 4 cd 4 5 export WINEPREFIX="/Programs/${PROGDIR}/GDI" -
pbibuild/modules/commandandconquer-GDI/pbi.conf
r2578 r2664 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=" 02"35 BUILDKEY="12" 36 36 37 37 # Don't build this PBI on certian processors (i386 / amd64)
