[PC-BSD Commits] r1493 - in pbibuild/modules/tribes: . kmenu-dir overlay-dir overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 29 15:18:18 PST 2008
Author: gonzalo
Date: 2008-02-29 15:18:18 -0800 (Fri, 29 Feb 2008)
New Revision: 1493
Removed:
pbibuild/modules/tribes/overlay-dir/TRIBES/
Modified:
pbibuild/modules/tribes/kmenu-dir/tribes
pbibuild/modules/tribes/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/tribes/overlay-dir/bin/tribes
pbibuild/modules/tribes/pbi.conf
Log:
Tribes fixes
Modified: pbibuild/modules/tribes/kmenu-dir/tribes
===================================================================
--- pbibuild/modules/tribes/kmenu-dir/tribes 2008-02-29 21:12:13 UTC (rev 1492)
+++ pbibuild/modules/tribes/kmenu-dir/tribes 2008-02-29 23:18:18 UTC (rev 1493)
@@ -1,6 +1,6 @@
ExePath: bin/tribes
ExeIcon: share/pixmaps/tribes.png
-ExeDescr: Starsiege Tribes
+ExeDescr: Tribes
ExeNoDesktop: 0
ExeNoMenu: 0
ExeRunRoot: 0
Modified: pbibuild/modules/tribes/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/tribes/overlay-dir/PBI.SetupScript.sh 2008-02-29 21:12:13 UTC (rev 1492)
+++ pbibuild/modules/tribes/overlay-dir/PBI.SetupScript.sh 2008-02-29 23:18:18 UTC (rev 1493)
@@ -66,8 +66,8 @@
mv /Programs/${PROGDIR}/msttf/*.ttf /Programs/${PROGDIR}/TRIBES/drive_c/windows/fonts/
rm -fR /Programs/${PROGDIR}/msttf
rm -fR /Programs/${PROGDIR}/bin/cabextract
-chmod -R 777 /Programs/${PROGDIR}/TRIBES
+chmod -fR 777 /Programs/${PROGDIR}/TRIBES
chmod +x /Programs/${PROGDIR}/bin/tribes
USER=`who | grep :0 | cut -f 1 -d " "`
-chown ${USER} /Programs/${PROGDIR}/TRIBES
+#chown ${USER} /Programs/${PROGDIR}/TRIBES
echo "LAUNCHCLOSE: /usr/local/bin/tribes"
Modified: pbibuild/modules/tribes/overlay-dir/bin/tribes
===================================================================
--- pbibuild/modules/tribes/overlay-dir/bin/tribes 2008-02-29 21:12:13 UTC (rev 1492)
+++ pbibuild/modules/tribes/overlay-dir/bin/tribes 2008-02-29 23:18:18 UTC (rev 1493)
@@ -2,4 +2,5 @@
PROGDIR="Tribes0.9.56"
cd
export WINEPREFIX="/Programs/${PROGDIR}/TRIBES"
-/Programs/${PROGDIR}/bin/wine "/Programs/${PROGDIR}/TRIBES/drive_c/Dynamix/TRIBES/Tribes.exe" "$@"
+cd /Programs/${PROGDIR}/TRIBES/drive_c/Dynamix/TRIBES/
+/Programs/${PROGDIR}/bin/wine "Tribes.exe" "$@"
Modified: pbibuild/modules/tribes/pbi.conf
===================================================================
--- pbibuild/modules/tribes/pbi.conf 2008-02-29 21:12:13 UTC (rev 1492)
+++ pbibuild/modules/tribes/pbi.conf 2008-02-29 23:18:18 UTC (rev 1493)
@@ -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="03"
+BUILDKEY="04"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list