[PC-BSD Commits] r1318 - in pbibuild/modules/excelviewer2003: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 5 16:48:41 PST 2008
Author: gonzalo
Date: 2008-02-05 16:48:41 -0800 (Tue, 05 Feb 2008)
New Revision: 1318
Modified:
pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003
pbibuild/modules/excelviewer2003/pbi.conf
Log:
exv fixed
Modified: pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003
===================================================================
--- pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003 2008-02-06 00:46:37 UTC (rev 1317)
+++ pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003 2008-02-06 00:48:41 UTC (rev 1318)
@@ -1,7 +1,7 @@
#!/bin/sh
USER=`who | grep :0 | cut -f 1 -d " "`
-#PROGDIR="ExcelViewer20030.9.54"
-PROGDIR="CHANGEME"
+PROGDIR="ExcelViewer20030.9.54"
+#PROGDIR="CHANGEME"
chmod $USER /Programs/${PROGDIR}/EXCELVIEW2003
cd
export WINEPREFIX="/Programs/${PROGDIR}/EXCELVIEW2003"
Modified: pbibuild/modules/excelviewer2003/pbi.conf
===================================================================
--- pbibuild/modules/excelviewer2003/pbi.conf 2008-02-06 00:46:37 UTC (rev 1317)
+++ pbibuild/modules/excelviewer2003/pbi.conf 2008-02-06 00:48:41 UTC (rev 1318)
@@ -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