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