Changeset 1536
- Timestamp:
- 03/04/08 11:05:19 (9 months ago)
- Location:
- pbibuild/modules/powerpointviewer2003
- Files:
-
- 2 modified
-
build.sh (modified) (1 diff)
-
overlay-dir/bin/pptview2003 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/powerpointviewer2003/build.sh
r1311 r1536 9 9 # PORTVER = Version number of the port we used to build 10 10 ############################################################################## 11 11 12 # 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 13 MODFILE="${PBIDIR}/bin/pptview2003" 14 sed -e "s,CHANGE,PowerpointViewer2003${PORTVER},g" ${MODFILE} > ${MODFILE}.tmp 15 mv ${MODFILE}.tmp ${MODFILE} 16 chmod 755 ${MODFILE} -
pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003
r1435 r1536 1 1 #!/bin/sh 2 PROGDIR="PowerpointViewer20030.9.55" 3 #PROGDIR="CHANGEME" 2 PROGDIR="CHANGE" 4 3 cd 5 4 export WINEPREFIX="/Programs/${PROGDIR}/PPTVIEW2003"
