From: Fredrik Fornwall Date: Wed, 2 May 2018 21:00:28 +0000 (+0200) Subject: setup-ubuntu.sh: ant is no longer used X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/572e5e602fb24e49af4ce7f6af795ace97cb40ab setup-ubuntu.sh: ant is no longer used --- diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 674319af..35451780 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -2,7 +2,6 @@ set -e -u PACKAGES="" -PACKAGES+=" ant" # Used by apksigner. PACKAGES+=" asciidoc" PACKAGES+=" automake" PACKAGES+=" bison" @@ -38,7 +37,8 @@ PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses. PACKAGES+=" libexpat1-dev" # Needed by ghostscript PACKAGES+=" libjpeg-dev" # Needed by ghostscript -DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq --no-install-recommends $PACKAGES +sudo DEBIAN_FRONTEND=noninteractive \ + apt-get install -yq --no-install-recommends $PACKAGES sudo mkdir -p /data/data/com.termux/files/usr sudo chown -R `whoami` /data