try chmod a+x on the script for Osmand

This commit is contained in:
David Black 2013-08-04 17:20:15 +01:00
parent e6c418c680
commit ff542bd0da

View file

@ -100,6 +100,7 @@ encoding=utf-8,\
srclibs=tools@bfee93a8d;core@r1.1.4;resources@836be71481,\
patch=remove_analytics_android_145.diff,\
prebuild=rm ../../core/OsmAnd-java/src/net/osmand/plus/download/DownloadTracker.java && \
chmod a+x ../../core/android-configure.sh && \
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
$$SDK$$/tools/android update project -p ../SherlockBar && \
sed -i 's/app_version">[^<]*/app_version">1.5-ARM/' \