mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
FreeRDP: Fix formatting issues found by fdroid linter
This commit is contained in:
parent
7a82b59837
commit
3951799f2b
1 changed files with 5 additions and 10 deletions
|
|
@ -111,8 +111,7 @@ Builds:
|
|||
prebuild:
|
||||
- cd ../../../../scripts
|
||||
- sed -i -e 's/OPENSSL_TAG=OpenSSL_1_1_[0-1][a-h]/OPENSSL_TAG=OpenSSL_1_1_1g/'
|
||||
-e 's/NDK_TARGET=14/NDK_TARGET=21/'
|
||||
android-build-*.conf
|
||||
-e 's/NDK_TARGET=14/NDK_TARGET=21/' android-build-*.conf
|
||||
build:
|
||||
- cd ../../../../scripts
|
||||
- ANDROID_NDK=$$NDK$$ ANDROID_SDK=$$SDK$$ ./android-build-freerdp.sh --ndk $$NDK$$
|
||||
|
|
@ -130,8 +129,7 @@ Builds:
|
|||
prebuild:
|
||||
- cd ../../../../scripts
|
||||
- sed -i -e 's/OPENSSL_TAG=OpenSSL_1_1_[0-1][a-h]/OPENSSL_TAG=OpenSSL_1_1_1g/'
|
||||
-e 's/NDK_TARGET=14/NDK_TARGET=21/'
|
||||
android-build-*.conf
|
||||
-e 's/NDK_TARGET=14/NDK_TARGET=21/' android-build-*.conf
|
||||
build:
|
||||
- cd ../../../../scripts
|
||||
- ANDROID_NDK=$$NDK$$ ANDROID_SDK=$$SDK$$ ./android-build-freerdp.sh --ndk $$NDK$$
|
||||
|
|
@ -149,8 +147,7 @@ Builds:
|
|||
prebuild:
|
||||
- cd ../../../../scripts
|
||||
- sed -i -e 's/OPENSSL_TAG=OpenSSL_1_1_[0-1][a-h]/OPENSSL_TAG=OpenSSL_1_1_1h/'
|
||||
-e 's/NDK_TARGET=14/NDK_TARGET=21/'
|
||||
android-build-*.conf
|
||||
-e 's/NDK_TARGET=14/NDK_TARGET=21/' android-build-*.conf
|
||||
build:
|
||||
- cd ../../../../scripts
|
||||
- ANDROID_NDK=$$NDK$$ ANDROID_SDK=$$SDK$$ ./android-build-freerdp.sh --ndk $$NDK$$
|
||||
|
|
@ -168,8 +165,7 @@ Builds:
|
|||
prebuild:
|
||||
- cd ../../../../scripts
|
||||
- sed -i -e 's/OPENSSL_TAG=OpenSSL_1_1_[0-1][a-h]/OPENSSL_TAG=OpenSSL_1_1_1h/'
|
||||
-e 's/NDK_TARGET=14/NDK_TARGET=21/'
|
||||
android-build-*.conf
|
||||
-e 's/NDK_TARGET=14/NDK_TARGET=21/' android-build-*.conf
|
||||
build:
|
||||
- cd ../../../../scripts
|
||||
- ANDROID_NDK=$$NDK$$ ANDROID_SDK=$$SDK$$ ./android-build-freerdp.sh --ndk $$NDK$$
|
||||
|
|
@ -187,8 +183,7 @@ Builds:
|
|||
prebuild:
|
||||
- cd ../../../../scripts
|
||||
- sed -i -e 's/OPENSSL_TAG=OpenSSL_1_1_[0-1][a-h]/OPENSSL_TAG=OpenSSL_1_1_1h/'
|
||||
-e 's/NDK_TARGET=14/NDK_TARGET=21/'
|
||||
android-build-*.conf
|
||||
-e 's/NDK_TARGET=14/NDK_TARGET=21/' android-build-*.conf
|
||||
build:
|
||||
- cd ../../../../scripts
|
||||
- ANDROID_NDK=$$NDK$$ ANDROID_SDK=$$SDK$$ ./android-build-freerdp.sh --ndk $$NDK$$
|
||||
|
|
|
|||
Loading…
Reference in a new issue