From c4767c8ff74392d43e925adc7bbb1a50286ae13b Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 17 Apr 2017 22:21:51 +0200 Subject: [PATCH] man: Use no-await trigger This should avoid the cyclic trigger problem with the man package. --- packages/man/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/man/build.sh b/packages/man/build.sh index d025c26c..a9f3bb4a 100644 --- a/packages/man/build.sh +++ b/packages/man/build.sh @@ -1,6 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://mdocml.bsd.lv/ TERMUX_PKG_DESCRIPTION="Man page viewer from the mandoc toolset" TERMUX_PKG_VERSION=1.14.1 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/mdocml-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=d1effbaf964dc62988c5e0056d285e486c156b95f53805f2ffef5f050e5040b9 TERMUX_PKG_DEPENDS="less,libandroid-glob" @@ -23,7 +24,7 @@ termux_step_pre_configure () { } termux_step_create_debscripts () { - echo "interest $TERMUX_PREFIX/share/man" > triggers + echo "interest-noawait $TERMUX_PREFIX/share/man" > triggers echo "makewhatis -Q" > postinst echo "exit 0" >> postinst -- 2.11.0