Changeset 1081 for pbibuild/modules/alienarena
- Timestamp:
- 12/28/07 12:44:15 (11 months ago)
- Location:
- pbibuild/modules/alienarena
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/alienarena/build.sh
r1051 r1081 10 10 ############################################################################## 11 11 # Save the right version number in the removepbi.sh script 12 sed -e "s,CHANGEME,Alien Arena${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh12 sed -e "s,CHANGEME,AlienArena${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh 13 13 mv /tmp/removepbi.sh ${PBIDIR}/scripts/removepbi.sh 14 14 chmod 755 ${PBIDIR}/scripts/removepbi.sh -
pbibuild/modules/alienarena/pbi.conf
r1058 r1081 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 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
