summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2016-11-21 20:55:58 -0500
committerYour Name2016-11-21 20:55:58 -0500
commit8921467766a5ee067d41af2ded4a878f8b072262 (patch)
tree1abcaf0aa6345d776d3310dfd53b77660589c0e4
parent04e98b39f328a279ceb985c8846104862e59ac86 (diff)
downloadaur-8921467766a5ee067d41af2ded4a878f8b072262.tar.gz
for people who dont use utf8 for some reason
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cab4d081f9f..a38149375a7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,8 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
source /etc/profile.d/apache-ant.sh
source /etc/profile.d/jre.sh
-
+
+ export ANT_OPTS="-Dfile.encoding=UTF-8"
ant preppkg-linux-only
}