summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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