#!/bin/bash echo "Creating bundle/ajedrez.xo" rm -rdf bundle mkdir bundle mkdir bundle/Ajedrez.activity cp *.py bundle/Ajedrez.activity/ cp -R sugargame bundle/Ajedrez.activity/ cp -r po bundle/Ajedrez.activity/ mkdir bundle/Ajedrez.activity/engines cp engines/gnuchess-linux bundle/Ajedrez.activity/engines/ #mkdir bundle/Ajedrez.activity/data #cp -R data/* bundle/Ajedrez.activity/data/ mkdir bundle/Ajedrez.activity/data_bw cp -R data_bw/* bundle/Ajedrez.activity/data_bw/ mkdir bundle/Ajedrez.activity/activity cp activity-icon.svg bundle/Ajedrez.activity/activity/ cd bundle #Create activity.info cat > Ajedrez.activity/activity/activity.info < Ajedrez.activity/setup.py < Ajedrez.activity/MANIFEST rm -f ajedrez.xo zip -rq ajedrez.xo Ajedrez.activity #zip -dq ajedrez.xo "*.svn*" cd ..