[PC-BSD Commits] r1316 - in pbibuild/modules/wordviewer2003: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 5 16:44:13 PST 2008
Author: gonzalo
Date: 2008-02-05 16:44:13 -0800 (Tue, 05 Feb 2008)
New Revision: 1316
Modified:
pbibuild/modules/wordviewer2003/overlay-dir/bin/wordview2003
pbibuild/modules/wordviewer2003/pbi.conf
Log:
WV fixed
Modified: pbibuild/modules/wordviewer2003/overlay-dir/bin/wordview2003
===================================================================
--- pbibuild/modules/wordviewer2003/overlay-dir/bin/wordview2003 2008-02-06 00:43:49 UTC (rev 1315)
+++ pbibuild/modules/wordviewer2003/overlay-dir/bin/wordview2003 2008-02-06 00:44:13 UTC (rev 1316)
@@ -1,7 +1,7 @@
#!/bin/sh
USER=`who | grep :0 | cut -f 1 -d " "`
-#PROGDIR="WordViewer20030.9.54"
-PROGDIR="CHANGEME"
+PROGDIR="WordViewer20030.9.54"
+#PROGDIR="CHANGEME"
chmod $USER /Programs/${PROGDIR}/WORDVIEW2003
cd
export WINEPREFIX="/Programs/${PROGDIR}/WORDVIEW2003"
Modified: pbibuild/modules/wordviewer2003/pbi.conf
===================================================================
--- pbibuild/modules/wordviewer2003/pbi.conf 2008-02-06 00:43:49 UTC (rev 1315)
+++ pbibuild/modules/wordviewer2003/pbi.conf 2008-02-06 00:44:13 UTC (rev 1316)
@@ -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