1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-16 08:29:15 +01:00

tools: fix gcc-arm-none-eabi install path

This commit is contained in:
U-BAMS\philippe.renon 2022-08-18 20:56:17 +02:00
parent 70d5fd3ac1
commit ef3fd09398

View File

@ -21,10 +21,6 @@ _pkgvershort=${_pkgvershort/-q/q}
tool_url="https://developer.arm.com/-/media/Files/downloads/gnu-rm/${pkgver}/${tool}-${pkgver}-${url_ext}" tool_url="https://developer.arm.com/-/media/Files/downloads/gnu-rm/${pkgver}/${tool}-${pkgver}-${url_ext}"
#tool_install_name="${tool}-${_pkgvershort/./_}" #tool_install_name="${tool}-${_pkgvershort/./_}"
tool_install_name="${tool}-${pkgver}" tool_install_name="${tool}-${pkgver}"
if [ "$uname" = Windows ]
then
tool_extract_dir=$tools_dir/$tool_install_name
fi
bin_subdir=bin bin_subdir=bin