Changeset 1536 for pbibuild/modules/powerpointviewer2003/build.sh
- Timestamp:
- 03/04/08 11:05:19 (9 months ago)
- Files:
-
- 1 modified
-
pbibuild/modules/powerpointviewer2003/build.sh (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}
