Changeset 1311 for pbibuild/modules/powerpointviewer2003
- Timestamp:
- 02/04/08 07:16:11 (10 months ago)
- Location:
- pbibuild/modules/powerpointviewer2003
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/powerpointviewer2003/build.sh
r1303 r1311 9 9 # PORTVER = Version number of the port we used to build 10 10 ############################################################################## 11 # Save the right version number in the removepbi.sh script 12 sed -e "s,CHANGEME,PowerpointViewer20030.9.54${PORTVER},g" ${PBIDIR}/bin/pptview2003 > /tmp/pptview2003 13 mv /tmp/pptview2003 ${PBIDIR}/bin/pptview2003 14 chmod 755 ${PBIDIR}/bin/pptview2003 -
pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003
r1303 r1311 1 1 #!/bin/sh 2 2 USER=`who | grep :0 | cut -f 1 -d " "` 3 #PROGDIR="PowerpointViewer20030.9.54" 3 4 PROGDIR="CHANGEME" 4 5 chmod $USER /Programs/${PROGDIR}/PPTVIEW2003 -
pbibuild/modules/powerpointviewer2003/pbi.conf
r1303 r1311 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
