X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/9ee0adfc2f98d3b895f921cd0d7a2f7fc27c2181..295241d4043c55a41259b4846464e1668b2f6a5f:/packages/pforth/build.sh diff --git a/packages/pforth/build.sh b/packages/pforth/build.sh index 79198d89..c03c76f4 100644 --- a/packages/pforth/build.sh +++ b/packages/pforth/build.sh @@ -17,7 +17,7 @@ termux_step_host_build () { termux_step_pre_configure () { for file in pfdicdat.h pforth; do cp $TERMUX_PKG_HOSTBUILD_DIR/build/unix/$file $TERMUX_PKG_SRCDIR/build/unix/$file - $TERMUX_TOUCH -d "next hour" $TERMUX_PKG_SRCDIR/build/unix/$file + touch -d "next hour" $TERMUX_PKG_SRCDIR/build/unix/$file done export TERMUX_PKG_BUILDDIR=$TERMUX_PKG_SRCDIR/build/unix