X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/6eb540489317ae6aeb69a7f2ef9d9a1b9016bad1..6a3364bfc1f3f6021931b347f4ccdb987d5ab178:/packages/python2/build.sh?ds=inline diff --git a/packages/python2/build.sh b/packages/python2/build.sh index 5304a039..3e9df76d 100644 --- a/packages/python2/build.sh +++ b/packages/python2/build.sh @@ -70,7 +70,7 @@ termux_step_post_massage () { # Verify that desired modules have been included: for module in _ssl bz2 zlib _curses _sqlite3; do if [ ! -f lib/python${_MAJOR_VERSION}/lib-dynload/${module}.so ]; then - termux_error_exit "ERROR: Python module library $module not built" + termux_error_exit "Python module library $module not built" fi done }