[PC-BSD Commits] r2663 - in pbibuild/modules/commandandconquer-NOD: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Wed Aug 27 10:16:09 PDT 2008
Author: kris
Date: 2008-08-27 10:16:08 -0700 (Wed, 27 Aug 2008)
New Revision: 2663
Modified:
pbibuild/modules/commandandconquer-NOD/build.sh
pbibuild/modules/commandandconquer-NOD/overlay-dir/bin/nod
pbibuild/modules/commandandconquer-NOD/pbi.conf
Log:
Updated commandandqonueror-NOD to change the version automatically
Modified: pbibuild/modules/commandandconquer-NOD/build.sh
===================================================================
--- pbibuild/modules/commandandconquer-NOD/build.sh 2008-08-27 17:13:18 UTC (rev 2662)
+++ pbibuild/modules/commandandconquer-NOD/build.sh 2008-08-27 17:16:08 UTC (rev 2663)
@@ -10,7 +10,7 @@
##############################################################################
# Save the right version number in the removepbi.sh script
-sed -e "s,CHANGEME,CommandandConquerGold1${PORTVER},g" ${PBIDIR}/bin/nod > /tmp/nod
+sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/nod > /tmp/nod
mv /tmp/nod ${PBIDIR}/bin/nod
chmod 755 ${PBIDIR}/bin/nod
Modified: pbibuild/modules/commandandconquer-NOD/overlay-dir/bin/nod
===================================================================
--- pbibuild/modules/commandandconquer-NOD/overlay-dir/bin/nod 2008-08-27 17:13:18 UTC (rev 2662)
+++ pbibuild/modules/commandandconquer-NOD/overlay-dir/bin/nod 2008-08-27 17:16:08 UTC (rev 2663)
@@ -1,5 +1,6 @@
#!/bin/sh
-PROGDIR="CommandandConquerGold10.9.58"
+VER="CHANGEME"
+PROGDIR="CommandandConquerGold1${VER}"
cd
export WINEPREFIX="/Programs/${PROGDIR}/NOD"
/Programs/${PROGDIR}/bin/wine "/Programs/${PROGDIR}/NOD/drive_c/WESTWOOD/C&C95/C&C95.exe" "$@"
Modified: pbibuild/modules/commandandconquer-NOD/pbi.conf
===================================================================
--- pbibuild/modules/commandandconquer-NOD/pbi.conf 2008-08-27 17:13:18 UTC (rev 2662)
+++ pbibuild/modules/commandandconquer-NOD/pbi.conf 2008-08-27 17:16:08 UTC (rev 2663)
@@ -32,7 +32,7 @@
# 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="11"
+BUILDKEY="15"
# Don't build this PBI on certian processors (i386 / amd64)
ARCHIGNORE="amd64" ; export ARCHIGNORE
More information about the Commits
mailing list