colordiff: Update from 1.0.16 to 1.0.18
[termux-packages] / packages / python2 / build.sh
index 5304a03..12098cb 100644 (file)
@@ -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
 }