Send Reduced Free: Fix shell scripts
This commit is contained in:
parent
8f1f971c63
commit
8fb6fa6466
|
@ -28,15 +28,16 @@ Build:0.05,5
|
||||||
target=android-16
|
target=android-16
|
||||||
|
|
||||||
Build:0.08,8
|
Build:0.08,8
|
||||||
disable=invalid shell scripts
|
|
||||||
commit=61a293a55c483958e149cc488609562eac2ae5ee
|
commit=61a293a55c483958e149cc488609562eac2ae5ee
|
||||||
prebuild=chmod +x *.sh && \
|
prebuild=dos2unix *.sh && \
|
||||||
|
chmod +x *.sh && \
|
||||||
sed -i -e '/1/i#!/bin/sh\n' *.sh && \
|
sed -i -e '/1/i#!/bin/sh\n' *.sh && \
|
||||||
./toNormal.sh
|
./toNormal.sh
|
||||||
target=android-21
|
target=android-21
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
OldRepo for 0.03 - 0.05: https://github.com/arpruss/sendreduced
|
* Pro flavor does change package id. Can/should we build? What are the differences?
|
||||||
|
* OldRepo for 0.03 - 0.05: https://github.com/arpruss/sendreduced
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
Loading…
Reference in a new issue