chiark / gitweb /
Use termux_error_exit in more cases
[termux-packages] / packages / python / build.sh
index a28bc01fc0f5e5e63538be2b902c84a689f3b74a..c597d38f099f7e4ce7c6caba96b886fa9ec309e7 100644 (file)
@@ -77,8 +77,7 @@ termux_step_post_massage () {
        # Verify that desired modules have been included:
        for module in _ssl _bz2 zlib _curses _sqlite3 _lzma; do
                if [ ! -f lib/python${_MAJOR_VERSION}/lib-dynload/${module}.*.so ]; then
        # Verify that desired modules have been included:
        for module in _ssl _bz2 zlib _curses _sqlite3 _lzma; do
                if [ ! -f lib/python${_MAJOR_VERSION}/lib-dynload/${module}.*.so ]; then
-                       echo "ERROR: Python module library $module not built"
-                       exit 1
+                       termux_error_exit "Python module library $module not built"
                fi
        done
 
                fi
        done