[PC-BSD Commits] r3253 - pbibuild/modules/btanks
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 14 07:39:59 PST 2009
Author: kris
Date: 2009-01-14 07:39:59 -0800 (Wed, 14 Jan 2009)
New Revision: 3253
Modified:
pbibuild/modules/btanks/build.sh
pbibuild/modules/btanks/pbi.conf
Log:
Fixed btanks, had a typo in build.sh
Modified: pbibuild/modules/btanks/build.sh
===================================================================
--- pbibuild/modules/btanks/build.sh 2009-01-14 15:34:54 UTC (rev 3252)
+++ pbibuild/modules/btanks/build.sh 2009-01-14 15:39:59 UTC (rev 3253)
@@ -10,6 +10,6 @@
##############################################################################
# Save the right version number in the btanks
-sed -e "s,CHANGEME,BattleTanks${PORTVER},g" ${PBIDIR}/btanks > /tmp/btanks
+sed -e "s,CHANGEME,BattleTanks${PORTVER},g" ${PBIDIR}/bin/btanks > /tmp/btanks
mv /tmp/btanks ${PBIDIR}/bin/btanks
chmod 755 ${PBIDIR}/bin/btanks
Modified: pbibuild/modules/btanks/pbi.conf
===================================================================
--- pbibuild/modules/btanks/pbi.conf 2009-01-14 15:34:54 UTC (rev 3252)
+++ pbibuild/modules/btanks/pbi.conf 2009-01-14 15:39:59 UTC (rev 3253)
@@ -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="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list