diff --git a/scripts/build/termux_step_install_license.sh b/scripts/build/termux_step_install_license.sh index 05ce4f9624..b8795ec977 100644 --- a/scripts/build/termux_step_install_license.sh +++ b/scripts/build/termux_step_install_license.sh @@ -36,6 +36,7 @@ termux_step_install_license() { [ "$LICENSE" == "BSD 2-Clause" ] || \ [ "$LICENSE" == "BSD 3-Clause" ] || \ [ "$LICENSE" == "X11" ] || \ + [ "$LICENSE" == "curl" ] || \ [ "$LICENSE" == "BSD Simplified" ]; then for FILE in LICENSE \ LICENSE.md \