X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/b8352277e358775f4faaad34ebc22bf9cfe8805f..8ad37c2b08ae85e29a91c34fa5092198740c7939:/packages/python2/build.sh 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 }