diff --git a/scripts/build/termux_step_install_license.sh b/scripts/build/termux_step_install_license.sh index be2738e6a..1d4b1a576 100644 --- a/scripts/build/termux_step_install_license.sh +++ b/scripts/build/termux_step_install_license.sh @@ -34,7 +34,7 @@ termux_step_install_license() { [ "$LICENSE" == "BSD" ] || \ [ "$LICENSE" == "BSD 2-Clause" ] || \ [ "$LICENSE" == "BSD 3-Clause" ] || \ - [ "$LICENSE" == "Simplified BSD" ]; then + [ "$LICENSE" == "BSD Simplified" ]; then for FILE in LICENSE \ LICENSE.md \ LICENSE.txt \