Changeset 1242 for pbibuild/modules/minigolfmaniacs
- Timestamp:
- 01/22/08 17:51:25 (10 months ago)
- Location:
- pbibuild/modules/minigolfmaniacs
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/minigolfmaniacs/build.sh
r1236 r1242 11 11 12 12 # Save the right version number in the removepbi.sh script 13 sed -e "s,CHANGEME,MiniGolf Maniacs${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh13 sed -e "s,CHANGEME,MiniGolfManiacs${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh 14 14 mv /tmp/removepbi.sh ${PBIDIR}/scripts/removepbi.sh 15 15 chmod 755 ${PBIDIR}/scripts/removepbi.sh -
pbibuild/modules/minigolfmaniacs/pbi.conf
r1236 r1242 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="0 1"35 BUILDKEY="02" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
