[Scummvm-cvs-logs] SF.net SVN: scummvm: [30293] scummvm/branches/branch-0-11-0/backends/ platform/gp2x/build/bundle.sh

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Sun Jan 6 12:59:42 CET 2008


Revision: 30293
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30293&view=rev
Author:   djwillis
Date:     2008-01-06 03:58:39 -0800 (Sun, 06 Jan 2008)

Log Message:
-----------
Small update to ensure engine-data is automatically bundled by the GP2X bundle script. (Quick sync with my local tree).

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/backends/platform/gp2x/build/bundle.sh

Modified: scummvm/branches/branch-0-11-0/backends/platform/gp2x/build/bundle.sh
===================================================================
--- scummvm/branches/branch-0-11-0/backends/platform/gp2x/build/bundle.sh	2008-01-06 11:38:04 UTC (rev 30292)
+++ scummvm/branches/branch-0-11-0/backends/platform/gp2x/build/bundle.sh	2008-01-06 11:58:39 UTC (rev 30293)
@@ -12,6 +12,7 @@
 echo Collecting files.
 mkdir "scummvm-gp2x-`date '+%Y-%m-%d'`"
 mkdir "scummvm-gp2x-`date '+%Y-%m-%d'`/saves"
+mkdir "scummvm-gp2x-`date '+%Y-%m-%d'`/engine-data"
 
 echo "Please put your save games in this dir" >> "scummvm-gp2x-`date '+%Y-%m-%d'`/saves/PUT_SAVES_IN_THIS_DIR"
 
@@ -29,6 +30,7 @@
 cp ../../../../gui/themes/modern.ini ./scummvm-gp2x-`date '+%Y-%m-%d'`/
 cp ../../../../gui/themes/modern.zip ./scummvm-gp2x-`date '+%Y-%m-%d'`/
 cp ../../../../dists/pred.dic ./scummvm-gp2x-`date '+%Y-%m-%d'`/
+cp ../../../../dists/engine-data/* ./scummvm-gp2x-`date '+%Y-%m-%d'`/engine-data
 
 echo Making Stripped GPE.
 arm-open2x-linux-strip ./scummvm-gp2x-`date '+%Y-%m-%d'`/scummvm.gp2x


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list