From 0336442dc41132b3c852cb24b190a7ab9e3a23f4 Mon Sep 17 00:00:00 2001 From: John Willis Date: Thu, 17 Apr 2008 19:24:27 +0000 Subject: Cleanup the shell script that puts a GP2X archive together. svn-id: r31551 --- backends/platform/gp2x/build/bundle.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'backends/platform/gp2x') diff --git a/backends/platform/gp2x/build/bundle.sh b/backends/platform/gp2x/build/bundle.sh index 8ac1c0ccc5..9824c9b451 100644 --- a/backends/platform/gp2x/build/bundle.sh +++ b/backends/platform/gp2x/build/bundle.sh @@ -12,6 +12,7 @@ export LDFLAGS=-L/opt/open2x/gcc-4.1.1-glibc-2.3.6/lib 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 ../../../../NEWS ./scummvm-gp2x-`date '+%Y-%m-%d'`/ 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 @@ arm-open2x-linux-strip ./scummvm-gp2x-`date '+%Y-%m-%d'`/scummvm.gp2x 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. -- cgit v1.2.3