X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/b8352277e358775f4faaad34ebc22bf9cfe8805f..d8608b14ec6c97f0228a63bea6b4044821f4ee61:/packages/python2/build.sh diff --git a/packages/python2/build.sh b/packages/python2/build.sh index 5304a039..12098cb5 100644 --- a/packages/python2/build.sh +++ b/packages/python2/build.sh @@ -42,7 +42,7 @@ termux_step_host_build () { termux_step_post_configure () { cp $TERMUX_PKG_HOSTBUILD_DIR/Parser/pgen $TERMUX_PKG_BUILDDIR/Parser/pgen - $TERMUX_TOUCH -d "next hour" $TERMUX_PKG_BUILDDIR/Parser/pgen + touch -d "next hour" $TERMUX_PKG_BUILDDIR/Parser/pgen } termux_step_pre_configure() { @@ -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 }