Small fix.
This commit is contained in:
parent
6ec02ca618
commit
d738143779
2
build.sh
2
build.sh
@ -221,7 +221,7 @@ popd
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
printf "\n==================== Output ====================\n\n"
|
||||
readonly OUT_DIR="${BASE_DIR}/.bin/${MY_ARCH}"
|
||||
rm -rf "${OUT_DIR}" && mkdir "${OUT_DIR}"
|
||||
rm -rf "${OUT_DIR}" && mkdir -p "${OUT_DIR}"
|
||||
pushd "${OUT_DIR}"
|
||||
cp -vf "${CURL_DIR}/src/curl.exe" curl.exe
|
||||
cp -vf "${LIBS_DIR}/cacert.pem" curl-ca-bundle.crt
|
||||
|
Loading…
Reference in New Issue
Block a user