[PC-BSD Commits] r1310 - in pbibuild/modules/wordviewer2003: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Mon Feb 4 07:15:53 PST 2008
Author: gonzalo
Date: 2008-02-04 07:15:53 -0800 (Mon, 04 Feb 2008)
New Revision: 1310
Modified:
pbibuild/modules/wordviewer2003/build.sh
pbibuild/modules/wordviewer2003/overlay-dir/bin/wordview2003
pbibuild/modules/wordviewer2003/pbi.conf
Log:
wordviewer binary fixed
Modified: pbibuild/modules/wordviewer2003/build.sh
===================================================================
--- pbibuild/modules/wordviewer2003/build.sh 2008-02-04 14:32:44 UTC (rev 1309)
+++ pbibuild/modules/wordviewer2003/build.sh 2008-02-04 15:15:53 UTC (rev 1310)
@@ -8,3 +8,8 @@
# MODULEDIR = The location of the module directory for this PBI
# PORTVER = Version number of the port we used to build
##############################################################################
+
+# Save the right version number in the removepbi.sh script
+sed -e "s,CHANGEME,WordViewer20030.9.54${PORTVER},g" ${PBIDIR}/bin/wordview2003 > /tmp/wordview2003
+mv /tmp/wordview2003 ${PBIDIR}/bin/wordview2003
+chmod 755 ${PBIDIR}/bin/wordview2003
\ No newline at end of file
Modified: pbibuild/modules/wordviewer2003/overlay-dir/bin/wordview2003
===================================================================
--- pbibuild/modules/wordviewer2003/overlay-dir/bin/wordview2003 2008-02-04 14:32:44 UTC (rev 1309)
+++ pbibuild/modules/wordviewer2003/overlay-dir/bin/wordview2003 2008-02-04 15:15:53 UTC (rev 1310)
@@ -1,5 +1,6 @@
#!/bin/sh
USER=`who | grep :0 | cut -f 1 -d " "`
+#PROGDIR="WordViewer20030.9.54"
PROGDIR="CHANGEME"
chmod $USER /Programs/${PROGDIR}/WORDVIEW2003
cd
Modified: pbibuild/modules/wordviewer2003/pbi.conf
===================================================================
--- pbibuild/modules/wordviewer2003/pbi.conf 2008-02-04 14:32:44 UTC (rev 1309)
+++ pbibuild/modules/wordviewer2003/pbi.conf 2008-02-04 15:15:53 UTC (rev 1310)
@@ -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="01"
+BUILDKEY="02"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list