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