summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-10-11 00:22:47 -0400
committerYour Name2018-10-11 00:22:47 -0400
commit5b146b89e9a2e2e48b8690edc86b09026d206ef3 (patch)
treeafbb142c89f01e23c7775a618d34ddfc85d1945f
parent1f3a478ecf8b668428ad7a037ef903d799b34916 (diff)
downloadaur-5b146b89e9a2e2e48b8690edc86b09026d206ef3.tar.gz
fix for new ant version
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43d844ae429b..4f3b337d84ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,7 +76,7 @@ build() {
}
build_plugins() {
- source /etc/profile.d/apache-ant.sh
+ export ANT_HOME=/usr/share/ant
export ANT_OPTS="-Dfile.encoding=UTF-8"
for plugin in ${_plugins[@]}; do