[PC-BSD Commits] r1311 - in pbibuild/modules/powerpointviewer2003: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Mon Feb 4 07:16:11 PST 2008
Author: gonzalo
Date: 2008-02-04 07:16:11 -0800 (Mon, 04 Feb 2008)
New Revision: 1311
Modified:
pbibuild/modules/powerpointviewer2003/build.sh
pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003
pbibuild/modules/powerpointviewer2003/pbi.conf
Log:
pptviewer binary fixed
Modified: pbibuild/modules/powerpointviewer2003/build.sh
===================================================================
--- pbibuild/modules/powerpointviewer2003/build.sh 2008-02-04 15:15:53 UTC (rev 1310)
+++ pbibuild/modules/powerpointviewer2003/build.sh 2008-02-04 15:16:11 UTC (rev 1311)
@@ -8,3 +8,7 @@
# MODULEDIR = The location of the module directory for this PBI
# PORTVER = Version number of the port we used to build
##############################################################################
+# Save the right version number in the removepbi.sh script
+sed -e "s,CHANGEME,PowerpointViewer20030.9.54${PORTVER},g" ${PBIDIR}/bin/pptview2003 > /tmp/pptview2003
+mv /tmp/pptview2003 ${PBIDIR}/bin/pptview2003
+chmod 755 ${PBIDIR}/bin/pptview2003
\ No newline at end of file
Modified: pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003
===================================================================
--- pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003 2008-02-04 15:15:53 UTC (rev 1310)
+++ pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003 2008-02-04 15:16:11 UTC (rev 1311)
@@ -1,5 +1,6 @@
#!/bin/sh
USER=`who | grep :0 | cut -f 1 -d " "`
+#PROGDIR="PowerpointViewer20030.9.54"
PROGDIR="CHANGEME"
chmod $USER /Programs/${PROGDIR}/PPTVIEW2003
cd
Modified: pbibuild/modules/powerpointviewer2003/pbi.conf
===================================================================
--- pbibuild/modules/powerpointviewer2003/pbi.conf 2008-02-04 15:15:53 UTC (rev 1310)
+++ pbibuild/modules/powerpointviewer2003/pbi.conf 2008-02-04 15:16:11 UTC (rev 1311)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="01"
+BUILDKEY="02"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list