From: Fredrik Fornwall Date: Mon, 17 Apr 2017 20:21:51 +0000 (+0200) Subject: man: Use no-await trigger X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/c4767c8ff74392d43e925adc7bbb1a50286ae13b man: Use no-await trigger This should avoid the cyclic trigger problem with the man package. --- 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