Barcode Scanner: removed unneeded indent in sed

This seems to break .txt parsing:
https://gitlab.com/fdroid/fdroidserver/-/jobs/20963967
This commit is contained in:
Hans-Christoph Steiner 2017-07-03 23:16:44 +02:00
parent 527db47309
commit ebfaf4d9fe

View file

@ -102,7 +102,7 @@ Build:4.7.6,106
subdir=android
maven=yes
output=target/android-4.7.6-aligned.apk
prebuild=sed -i "58i\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ android:debuggable=\"false\"" AndroidManifest.xml
prebuild=sed -i "58iandroid:debuggable=\"false\"" AndroidManifest.xml
scanignore=core/src/test
build=$$MVN3$$ install -f ../core/pom.xml -Dmaven.test.skip=true && \
$$MVN3$$ install -f ../android-core/pom.xml -Dmaven.test.skip=true && \