diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/ant/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/ant/APKBUILD b/user/ant/APKBUILD index 93fa476a5..8afaf5929 100644 --- a/user/ant/APKBUILD +++ b/user/ant/APKBUILD @@ -17,7 +17,7 @@ source="https://www-eu.apache.org/dist/ant/source/apache-$pkgname-$pkgver-src.ta imageio_fix_test.patch" builddir="$srcdir/apache-$pkgname-$pkgver" -_anthome="/usr/share/java/$pkgname" +_anthome="/usr/lib/java/$pkgname" build() { sh ./bootstrap.sh |