chiark / gitweb /
Remove TERMUX_TAR and TERMUX_TOUCH
[termux-packages] / packages / python2 / build.sh
index 3e9df76d2469438d8a168addf88d0a6a2e3f2e3a..12098cb555fdbe6ae17443f5350bb878a1d8a5c1 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() {