From: Fredrik Fornwall Date: Fri, 4 Dec 2015 00:04:57 +0000 (-0500) Subject: Mark dash as an essential package X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/b3ab1d545a6241f91209104989c747ef5b7af081?hp=--cc Mark dash as an essential package --- b3ab1d545a6241f91209104989c747ef5b7af081 diff --git a/packages/dash/build.sh b/packages/dash/build.sh index 834660a8..fb6c040f 100644 --- a/packages/dash/build.sh +++ b/packages/dash/build.sh @@ -1,7 +1,8 @@ TERMUX_PKG_HOMEPAGE=http://gondor.apana.org.au/~herbert/dash/ TERMUX_PKG_DESCRIPTION="Small POSIX-compliant implementation of /bin/sh" +TERMUX_PKG_ESSENTIAL=yes TERMUX_PKG_VERSION=0.5.8 -TERMUX_PKG_BUILD_REVISION=2 +TERMUX_PKG_BUILD_REVISION=3 TERMUX_PKG_SRCURL=http://gondor.apana.org.au/~herbert/dash/files/dash-${TERMUX_PKG_VERSION}.tar.gz termux_step_post_make_install () {