From: Arne Fitzenreiter Date: Fri, 25 Dec 2015 11:45:05 +0000 (+0100) Subject: vdr_eepg: fix source download. X-Git-Tag: v2.17-core97~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3fbc392a7fb7f683f7f015653631d551f91dc2f;p=ipfire-2.x.git vdr_eepg: fix source download. the external server has changed the compression so the md5 has changed. Always use the IPFire server as primary download source. Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/vdr_eepg b/lfs/vdr_eepg index fddd0756bb..3a91256f10 100644 --- a/lfs/vdr_eepg +++ b/lfs/vdr_eepg @@ -29,7 +29,9 @@ VER = master THISAPP = vdr-plugin-eepg-$(VER) DL_FILE = vdr-plugin-eepg-$(GIT_VER).tar.bz2 -DL_FROM = http://projects.vdr-developer.org/git/vdr-plugin-eepg.git/snapshot +# SOURCE http://projects.vdr-developer.org/git/vdr-plugin-eepg.git/snapshot + +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr_eepg