[PC-BSD Commits] r1535 - in pbibuild/modules/excelviewer2003: . overlay-dir/bin

svn at pcbsd.org svn at pcbsd.org
Tue Mar 4 10:43:48 PST 2008


Author: kris
Date: 2008-03-04 10:43:48 -0800 (Tue, 04 Mar 2008)
New Revision: 1535

Modified:
   pbibuild/modules/excelviewer2003/build.sh
   pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003
Log:

Updated excelviewer so we don't need to keep adding the new wine version



Modified: pbibuild/modules/excelviewer2003/build.sh
===================================================================
--- pbibuild/modules/excelviewer2003/build.sh	2008-03-04 18:40:42 UTC (rev 1534)
+++ pbibuild/modules/excelviewer2003/build.sh	2008-03-04 18:43:48 UTC (rev 1535)
@@ -9,6 +9,6 @@
 #   PORTVER = Version number of the port we used to build
 ##############################################################################
 # Save the right version number in the removepbi.sh script
-sed -e "s,CHANGEME,ExcelViewer2003${PORTVER},g" ${PBIDIR}/bin/excelview2003 > /tmp/excelview2003
+sed -e "s,CHANGE,ExcelViewer2003${PORTVER},g" ${PBIDIR}/bin/excelview2003 > /tmp/excelview2003
 mv /tmp/excelview2003 ${PBIDIR}/bin/excelview2003
-chmod 755 ${PBIDIR}/bin/excelview2003
\ No newline at end of file
+chmod 755 ${PBIDIR}/bin/excelview2003

Modified: pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003
===================================================================
--- pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003	2008-03-04 18:40:42 UTC (rev 1534)
+++ pbibuild/modules/excelviewer2003/overlay-dir/bin/excelview2003	2008-03-04 18:43:48 UTC (rev 1535)
@@ -1,6 +1,5 @@
 #!/bin/sh
-PROGDIR="ExcelViewer20030.9.55"
-#PROGDIR="CHANGEME"
+PROGDIR="CHANGE"
 cd
 export WINEPREFIX="/Programs/${PROGDIR}/EXCELVIEW2003"
 /Programs/${PROGDIR}/bin/wine "/Programs/${PROGDIR}/EXCELVIEW2003/drive_c/Program Files/Microsoft Office/OFFICE11/XLVIEW.EXE" "$@"



More information about the Commits mailing list