[PC-BSD Commits] r1317 - in pbibuild/modules/powerpointviewer2003: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 5 16:46:37 PST 2008
Author: gonzalo
Date: 2008-02-05 16:46:37 -0800 (Tue, 05 Feb 2008)
New Revision: 1317
Modified:
pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003
pbibuild/modules/powerpointviewer2003/pbi.conf
Log:
PPTV fixed
Modified: pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003
===================================================================
--- pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003 2008-02-06 00:44:13 UTC (rev 1316)
+++ pbibuild/modules/powerpointviewer2003/overlay-dir/bin/pptview2003 2008-02-06 00:46:37 UTC (rev 1317)
@@ -1,7 +1,7 @@
#!/bin/sh
USER=`who | grep :0 | cut -f 1 -d " "`
-#PROGDIR="PowerpointViewer20030.9.54"
-PROGDIR="CHANGEME"
+PROGDIR="PowerpointViewer20030.9.54"
+#PROGDIR="CHANGEME"
chmod $USER /Programs/${PROGDIR}/PPTVIEW2003
cd
export WINEPREFIX="/Programs/${PROGDIR}/PPTVIEW2003"
Modified: pbibuild/modules/powerpointviewer2003/pbi.conf
===================================================================
--- pbibuild/modules/powerpointviewer2003/pbi.conf 2008-02-06 00:44:13 UTC (rev 1316)
+++ pbibuild/modules/powerpointviewer2003/pbi.conf 2008-02-06 00:46:37 UTC (rev 1317)
@@ -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="02"
+BUILDKEY="03"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list