[Scummvm-cvs-logs] SF.net SVN: scummvm: [31551] scummvm/trunk/backends/platform/gp2x/build/ bundle.sh

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Thu Apr 17 21:24:27 CEST 2008


Revision: 31551
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31551&view=rev
Author:   djwillis
Date:     2008-04-17 12:24:27 -0700 (Thu, 17 Apr 2008)

Log Message:
-----------
Cleanup the shell script that puts a GP2X archive together.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/gp2x/build/bundle.sh

Modified: scummvm/trunk/backends/platform/gp2x/build/bundle.sh
===================================================================
--- scummvm/trunk/backends/platform/gp2x/build/bundle.sh	2008-04-17 18:28:28 UTC (rev 31550)
+++ scummvm/trunk/backends/platform/gp2x/build/bundle.sh	2008-04-17 19:24:27 UTC (rev 31551)
@@ -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
@@ -36,7 +38,7 @@
 echo Building ZIP bundle.
 if [ -f /usr/bin/zip ]
 	then
-		rm ./"gp2xkernel-open2x-`date '+%Y-%m-%d'`.zip"
+		rm ./"scummvm-gp2x-`date '+%Y-%m-%d'`.zip"
 		cd "scummvm-gp2x-`date '+%Y-%m-%d'`"
 		zip -r -9 "../scummvm-gp2x-`date '+%Y-%m-%d'`.zip" *
 		echo You should have a "scummvm-gp2x-`date '+%Y-%m-%d'`.zip" for the GP2X port ready to go.


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