Browse Source

add fix for distfile url from balaton zoltan

Waldemar Brodkorb 10 years ago
parent
commit
ca5fb82ea7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/ant/Makefile

+ 1 - 1
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}; \