[PC-BSD Commits] r3159 - in pbibuild/modules/drascula: . overlay-dir overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 30 08:15:37 PST 2008
Author: gonzalo
Date: 2008-12-30 08:15:37 -0800 (Tue, 30 Dec 2008)
New Revision: 3159
Modified:
pbibuild/modules/drascula/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/drascula/overlay-dir/bin/drascula
pbibuild/modules/drascula/pbi.conf
Log:
drascularlarlarl
Modified: pbibuild/modules/drascula/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/drascula/overlay-dir/PBI.SetupScript.sh 2008-12-30 16:04:12 UTC (rev 3158)
+++ pbibuild/modules/drascula/overlay-dir/PBI.SetupScript.sh 2008-12-30 16:15:37 UTC (rev 3159)
@@ -43,8 +43,8 @@
IDIOMA="en"
fi
# Save the right lang selected in the drascula
-sed -e "s,IDIOMA,${IDIOMA},g" /Programs/${PBIDIR}/bin/drascula > /tmp/drascula
-mv /tmp/drascula /Programs/${PBIDIR}/bin/drascula
-chmod 755 /Programs/${PBIDIR}/bin/drascula
-chmod +x /Programs/${PBIDIR}/bin/drascula
+sed -e "s,IDIOMA,${IDIOMA},g" /Programs/${PROGDIR}/bin/drascula > /tmp/drascula
+mv /tmp/drascula /Programs/${PROGDIR}/bin/drascula
+chmod 755 /Programs/${PROGDIR}/bin/drascula
+chmod +x /Programs/${PROGDIR}/bin/drascula
echo "LAUNCHCLOSE: /usr/local/bin/drascula"
Modified: pbibuild/modules/drascula/overlay-dir/bin/drascula
===================================================================
--- pbibuild/modules/drascula/overlay-dir/bin/drascula 2008-12-30 16:04:12 UTC (rev 3158)
+++ pbibuild/modules/drascula/overlay-dir/bin/drascula 2008-12-30 16:15:37 UTC (rev 3159)
@@ -2,7 +2,4 @@
# ScummVM script
PROGNAME=CHANGEME
LANG=IDIOMA
-if [ "${LANG}" = "IDIOMA" ]; then
- LANG="en"
-fi
/Programs/${PROGNAME}/bin/scummvm -q ${LANG} --savepath=/Programs/${PROGNAME}/game/savedgames --extrapath=/Programs/${PROGNAME}/game --config=/Programs/${PROGNAME}/game/drascularc -p /Programs/${PROGNAME}/game/drascula drascula
\ No newline at end of file
Modified: pbibuild/modules/drascula/pbi.conf
===================================================================
--- pbibuild/modules/drascula/pbi.conf 2008-12-30 16:04:12 UTC (rev 3158)
+++ pbibuild/modules/drascula/pbi.conf 2008-12-30 16:15:37 UTC (rev 3159)
@@ -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="07"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list