From ff4a7fb92c45f35f94836e92f4c432b14984a046 Mon Sep 17 00:00:00 2001 From: Raven Ravener <31079629+ravener@users.noreply.github.com> Date: Sun, 3 Oct 2021 11:42:58 +0430 Subject: [PATCH] ant: remove html manuals (#7637) Take about 40 MB and are useless for most people anyway as are not in man-compatible format. --- packages/ant/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ant/build.sh b/packages/ant/build.sh index fc2e4ee47..7c67e8283 100644 --- a/packages/ant/build.sh +++ b/packages/ant/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://ant.apache.org/ TERMUX_PKG_DESCRIPTION="Java based build tool like make" TERMUX_PKG_VERSION=1.10.11 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=http://apache.mirrors.spacedump.net//ant/binaries/apache-ant-${TERMUX_PKG_VERSION}-bin.tar.bz2 TERMUX_PKG_SHA256=ffc6c9eb2d153db76e18df70fa145744ddd0d754339df5a797a47603cfeaa8a6 TERMUX_PKG_LICENSE="Apache-2.0" @@ -14,6 +14,7 @@ termux_step_make_install() { mv ./bin/ant . rm -f ./bin/* mv ./ant ./bin/ + rm -rf manual rm -rf $TERMUX_PREFIX/opt/ant mkdir -p $TERMUX_PREFIX/opt/ant cp -r ./* $TERMUX_PREFIX/opt/ant