mirror of https://github.com/BOINC/boinc.git
android: Fix references to ca-bundle.crt
This commit is contained in:
parent
3ec027d738
commit
94d5ab4adf
|
@ -57,7 +57,7 @@ mkdir "BOINC/assets"
|
|||
cp "$BOINC/stage/usr/local/bin/boinc" "BOINC/assets/armeabi-v7a/boinc"
|
||||
cp "$BOINC/stage/usr/local/bin/boinccmd" "BOINC/assets/armeabi-v7a/boinccmd"
|
||||
cp "$BOINC/win_build/installerv2/redist/all_projects_list.xml" "BOINC/assets/all_projects_list.xml"
|
||||
cp "$CURL_DIR/ca-bundle.crt" "BOINC/assets/ca-bundle.crt"
|
||||
cp "$BOINC/curl/ca-bundle.crt" "BOINC/assets/ca-bundle.crt"
|
||||
|
||||
echo "=============================BOINC done============================="
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ mkdir "BOINC/assets"
|
|||
cp "$BOINC/stage/usr/local/bin/boinc" "BOINC/assets/mips/boinc"
|
||||
cp "$BOINC/stage/usr/local/bin/boinccmd" "BOINC/assets/mips/boinccmd"
|
||||
cp "$BOINC/win_build/installerv2/redist/all_projects_list.xml" "BOINC/assets/all_projects_list.xml"
|
||||
cp "$CURL_DIR/ca-bundle.crt" "BOINC/assets/ca-bundle.crt"
|
||||
cp "$BOINC/curl/ca-bundle.crt" "BOINC/assets/ca-bundle.crt"
|
||||
|
||||
echo "=============================BOINC done============================="
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ mkdir "BOINC/assets"
|
|||
cp "$BOINC/stage/usr/local/bin/boinc" "BOINC/assets/x86/boinc"
|
||||
cp "$BOINC/stage/usr/local/bin/boinccmd" "BOINC/assets/x86/boinccmd"
|
||||
cp "$BOINC/win_build/installerv2/redist/all_projects_list.xml" "BOINC/assets/all_projects_list.xml"
|
||||
cp "$CURL_DIR/ca-bundle.crt" "BOINC/assets/ca-bundle.crt"
|
||||
cp "$BOINC/curl/ca-bundle.crt" "BOINC/assets/ca-bundle.crt"
|
||||
|
||||
echo "=============================BOINC done============================="
|
||||
|
||||
|
|
Loading…
Reference in New Issue