[PC-BSD Commits] r3267 - in pbibuild/modules/drascula: . overlay-dir overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 14 19:08:46 PST 2009
Author: gonzalo
Date: 2009-01-14 19:08:46 -0800 (Wed, 14 Jan 2009)
New Revision: 3267
Modified:
pbibuild/modules/drascula/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/drascula/overlay-dir/bin/drascula
pbibuild/modules/drascula/pbi.conf
Log:
drascula is kidding or what
Modified: pbibuild/modules/drascula/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/drascula/overlay-dir/PBI.SetupScript.sh 2009-01-14 21:57:53 UTC (rev 3266)
+++ pbibuild/modules/drascula/overlay-dir/PBI.SetupScript.sh 2009-01-15 03:08:46 UTC (rev 3267)
@@ -15,7 +15,7 @@
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
echo 'MSG: Making needed paths...'
-mkdir /Programs/${PROGDIR}/game/savedgames
+mkdir -p /Programs/${PROGDIR}/game/savedgames
chmod -fR 775 /Programs/${PROGDIR}/game
echo 'MSG: Decompressing drascula...'
cd /Programs/${PROGDIR}/game
Modified: pbibuild/modules/drascula/overlay-dir/bin/drascula
===================================================================
--- pbibuild/modules/drascula/overlay-dir/bin/drascula 2009-01-14 21:57:53 UTC (rev 3266)
+++ pbibuild/modules/drascula/overlay-dir/bin/drascula 2009-01-15 03:08:46 UTC (rev 3267)
@@ -2,4 +2,4 @@
# ScummVM script
PROGNAME=CHANGEME
LANG=IDIOMA
-/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 -f drascula
\ No newline at end of file
+/Programs/${PROGNAME}/bin/scummvm -q ${LANG} --config=/Programs/${PROGNAME}/game/drascularc -f -p /Programs/${PROGNAME}/game/drascula drascula
\ No newline at end of file
Modified: pbibuild/modules/drascula/pbi.conf
===================================================================
--- pbibuild/modules/drascula/pbi.conf 2009-01-14 21:57:53 UTC (rev 3266)
+++ pbibuild/modules/drascula/pbi.conf 2009-01-15 03:08:46 UTC (rev 3267)
@@ -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="02"
+BUILDKEY="03"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list