X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/544181cd4fe22c3696af5d5d7d97a920dbc279c6..48d07699abb2a35d3e25da497c1544d63fd38e9e:/packages/gnushogi/build.sh diff --git a/packages/gnushogi/build.sh b/packages/gnushogi/build.sh index e4d9d3de..f74e8425 100644 --- a/packages/gnushogi/build.sh +++ b/packages/gnushogi/build.sh @@ -15,5 +15,5 @@ termux_step_pre_configure() { termux_step_post_configure () { cp $TERMUX_PKG_HOSTBUILD_DIR/gnushogi/pat2inc $TERMUX_PKG_BUILDDIR/gnushogi/pat2inc # Update timestamps so that the binaries does not get rebuilt: - $TERMUX_TOUCH -d "next hour" $TERMUX_PKG_BUILDDIR/gnushogi/pat2inc + touch -d "next hour" $TERMUX_PKG_BUILDDIR/gnushogi/pat2inc }