Changeset 1058 for pbibuild/modules/alienarena
- Timestamp:
- 12/22/07 06:59:05 (12 months ago)
- Location:
- pbibuild/modules/alienarena
- Files:
-
- 3 modified
-
overlay-dir/PBI.RemoveScript.sh (modified) (2 diffs)
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/alienarena/overlay-dir/PBI.RemoveScript.sh
r1051 r1058 14 14 rm -R /usr/local/lib/alienarena 15 15 16 if [ ! -z "$DISPLAY" ]17 then18 16 # Ask if we want to remove the user profiles 19 17 kdialog --yesno "Do you want to remove Alien Arena user settings and temporal files?" --title "Remove user settings" … … 29 27 done 30 28 fi 31 fi32 -
pbibuild/modules/alienarena/overlay-dir/PBI.SetupScript.sh
r1051 r1058 22 22 ln -s /Programs/${PROGDIR}/.sbin/alienarena-sdl /usr/local/bin/alienarena-sdl 23 23 24 echo "LAUNCHCLOSE: /usr/local/bin/alienarena "24 echo "LAUNCHCLOSE: /usr/local/bin/alienarena-sdl" -
pbibuild/modules/alienarena/pbi.conf
r1051 r1058 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
