Changeset 2662
- Timestamp:
- 08/27/08 10:13:18 (3 months ago)
- Location:
- pbibuild/modules/tribes
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/tribes/build.sh
r1396 r2662 9 9 # PORTVER = Version number of the port we used to build 10 10 ############################################################################## 11 12 # Save the right version number in the winfirefox3 script 13 sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/tribes > /tmp/tribes 14 mv /tmp/tribes ${PBIDIR}/bin/tribes 15 chmod 755 ${PBIDIR}/bin/tribes -
pbibuild/modules/tribes/overlay-dir/bin/tribes
r1493 r2662 1 1 #!/bin/sh 2 PROGDIR="Tribes0.9.56" 2 VER="CHANGEME" 3 PROGDIR="Tribes${VER}" 3 4 cd 4 5 export WINEPREFIX="/Programs/${PROGDIR}/TRIBES" -
pbibuild/modules/tribes/pbi.conf
r1514 r2662 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=" 04"35 BUILDKEY="14" 36 36 37 37 # Don't build this PBI on certian processors (i386 / amd64)
