summaryrefslogtreecommitdiff
path: root/package/ant
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-03 23:15:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-04 12:18:44 +0200
commitca5fb82ea7e5e1a736f3676346c0c70807ea7af2 (patch)
treefda7ca5451e35a3b7db88351b328cd000d16b60e /package/ant
parent875a7cf5dbf9042b61f6ea2ecf43d5d793c04c2c (diff)
add fix for distfile url from balaton zoltan
Diffstat (limited to 'package/ant')
-rw-r--r--package/ant/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ant/Makefile b/package/ant/Makefile
index 35094fd2b..c72d441ea 100644
--- a/package/ant/Makefile
+++ b/package/ant/Makefile
@@ -26,7 +26,7 @@ HOST_STYLE:= manual
host-build:
if [ ! -f $(WRKBUILD)/lib/optional/junit-4.9b2.jar ];then \
- cd $(WRKBUILD)/lib/optional; wget http://openadk.org/distfiles/junit-4.9b2.jar; \
+ cd $(WRKBUILD)/lib/optional; wget http://distfiles.openadk.org/junit-4.9b2.jar; \
fi
cp $(DL_DIR)/ecj*.jar $(WRKBUILD)/lib/optional/ecj.jar
(cd ${WRKBUILD}; \