[PC-BSD Commits] r1432 - in pbibuild/modules/excelviewer2003: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 22 19:36:05 PST 2008
Author: gonzalo
Date: 2008-02-22 19:36:05 -0800 (Fri, 22 Feb 2008)
New Revision: 1432
Modified:
pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003
pbibuild/modules/excelviewer2003/pbi.conf
Log:
script fixing
Modified: pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003
===================================================================
--- pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003 2008-02-22 17:29:18 UTC (rev 1431)
+++ pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003 2008-02-23 03:36:05 UTC (rev 1432)
@@ -1,8 +1,6 @@
#!/bin/sh
-USER=`who | grep :0 | cut -f 1 -d " "`
PROGDIR="ExcelViewer20030.9.55"
#PROGDIR="CHANGEME"
-chmod $USER /Programs/${PROGDIR}/EXCELVIEW2003
cd
export WINEPREFIX="/Programs/${PROGDIR}/EXCELVIEW2003"
/Programs/${PROGDIR}/bin/wine "/Programs/${PROGDIR}/EXCELVIEW2003/drive_c/Program Files/Microsoft Office/OFFICE11/XLVIEW.EXE" "$@"
Modified: pbibuild/modules/excelviewer2003/pbi.conf
===================================================================
--- pbibuild/modules/excelviewer2003/pbi.conf 2008-02-22 17:29:18 UTC (rev 1431)
+++ pbibuild/modules/excelviewer2003/pbi.conf 2008-02-23 03:36:05 UTC (rev 1432)
@@ -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="05"
+BUILDKEY="06"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list