mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Send Reduced: Replace d2u with sed
This commit is contained in:
parent
1b58ac70ff
commit
bb9c311eda
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ Build:0.05,5
|
||||||
|
|
||||||
Build:0.08,8
|
Build:0.08,8
|
||||||
commit=61a293a55c483958e149cc488609562eac2ae5ee
|
commit=61a293a55c483958e149cc488609562eac2ae5ee
|
||||||
prebuild=dos2unix *.sh && \
|
prebuild=sed -i -e 's/
$//' *.sh && \
|
||||||
chmod +x *.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 && \
|
||||||
|
|
@ -43,7 +43,7 @@ Build:0.08,8
|
||||||
|
|
||||||
Build:0.09,900
|
Build:0.09,900
|
||||||
commit=4babd064459838d4fe1472912ad443f9a7c35506
|
commit=4babd064459838d4fe1472912ad443f9a7c35506
|
||||||
prebuild=dos2unix *.sh && \
|
prebuild=sed -i -e 's/
$//' *.sh && \
|
||||||
chmod +x *.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 && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue