android: Fix references to ca-bundle.crt

This commit is contained in:
Rom Walton 2013-10-22 14:50:55 -04:00
parent 3ec027d738
commit 94d5ab4adf
3 changed files with 3 additions and 3 deletions

View File

@ -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============================="

View File

@ -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============================="

View File

@ -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============================="