Changeset 1249 for pbibuild/modules/minigolfmaniacs
- Timestamp:
- 01/23/08 18:41:10 (10 months ago)
- Location:
- pbibuild/modules/minigolfmaniacs
- Files:
-
- 3 modified
-
overlay-dir/bin/minigolfm (modified) (1 diff)
-
overlay-dir/bin/minigolfm-cfg (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/minigolfmaniacs/overlay-dir/bin/minigolfm
r1237 r1249 1 1 #!/bin/sh 2 2 USER=`who | grep :0 | cut -f 1 -d " "` 3 PROGDIR=" CHANGEME"4 ch mod $USER/Programs/${PROGDIR}/mgm3 PROGDIR="MiniGolfManiacs0.9.53" 4 chown ${USER} /Programs/${PROGDIR}/mgm 5 5 cd 6 6 export WINEPREFIX="/Programs/${PROGDIR}/mgm" -
pbibuild/modules/minigolfmaniacs/overlay-dir/bin/minigolfm-cfg
r1237 r1249 1 1 #!/bin/sh 2 2 USER=`who | grep :0 | cut -f 1 -d " "` 3 PROGDIR=" CHANGEME"4 ch mod $USER/Programs/${PROGDIR}/mgm3 PROGDIR="MiniGolfManiacs0.9.53" 4 chown ${USER} /Programs/${PROGDIR}/mgm 5 5 cd 6 6 export WINEPREFIX="/Programs/${PROGDIR}/mgm" -
pbibuild/modules/minigolfmaniacs/pbi.conf
r1242 r1249 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 2"35 BUILDKEY="03" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
