Changeset 1317 for pbibuild/modules/powerpointviewer2003
- Timestamp:
- 02/05/08 16:46:37 (10 months ago)
- Location:
- pbibuild/modules/powerpointviewer2003
- Files:
-
- 2 modified
-
overlay-dir/bin/pptview2003 (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003
r1311 r1317 1 1 #!/bin/sh 2 2 USER=`who | grep :0 | cut -f 1 -d " "` 3 #PROGDIR="PowerpointViewer20030.9.54"4 PROGDIR="CHANGEME"3 PROGDIR="PowerpointViewer20030.9.54" 4 #PROGDIR="CHANGEME" 5 5 chmod $USER /Programs/${PROGDIR}/PPTVIEW2003 6 6 cd -
pbibuild/modules/powerpointviewer2003/pbi.conf
r1311 r1317 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
