Cleanup of Transdroid's recipe

'mkdir lib/build' is no longer needed. Also refactored the line wrap
style so that new lines start with '&&'.
This commit is contained in:
Florian Schmaus 2013-12-18 22:32:26 +01:00
parent 0712ffc858
commit 01d1c0216c

View file

@ -22,12 +22,10 @@ Repo:https://github.com/erickok/transdroid.git
Build:2.1.1,210
commit=5aa1d8d4f23fbf308f71d28702f4b09273818955
subdir=full
disable=java 1.7 bytecode
prebuild=mkdir ../lib/build && \
ant -f ../lib/build.xml && \
sed -i 's;<bool name="updatecheck_available">true</bool>;<bool name="updatecheck_available">false</bool>;' ../core/res/values/bools.xml && \
sed -i 's;<bool name="updatecheck_available">true</bool>;<bool name="updatecheck_available">false</bool>;' res/values/bools.xml && \
mkdir src
prebuild=ant -f ../lib/build.xml \
&& sed -i 's;<bool name="updatecheck_available">true</bool>;<bool name="updatecheck_available">false</bool>;' ../core/res/values/bools.xml \
&& sed -i 's;<bool name="updatecheck_available">true</bool>;<bool name="updatecheck_available">false</bool>;' res/values/bools.xml \
&& mkdir src
Auto Update Mode:None
Update Check Mode:None