diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-03 23:15:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 12:18:44 +0200 |
commit | ca5fb82ea7e5e1a736f3676346c0c70807ea7af2 (patch) | |
tree | fda7ca5451e35a3b7db88351b328cd000d16b60e | |
parent | 875a7cf5dbf9042b61f6ea2ecf43d5d793c04c2c (diff) |
add fix for distfile url from balaton zoltan
-rw-r--r-- | package/ant/Makefile | 2 |
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}; \ |