X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fdownload.mk;h=adaa2e6ac5ed9b05b7e832309d6de8ad3bea9fd7;hb=5c809ecfe7f227c77ba6c4ad3a87cf6263bee477;hp=cc4ffb0cfb544131704d7d0ffca3f11c0d8ef33b;hpb=d1969d761fc2c0d88b2970c9447d36bc67e108a6;p=librecmc%2Flibrecmc.git diff --git a/include/download.mk b/include/download.mk index cc4ffb0cfb..adaa2e6ac5 100644 --- a/include/download.mk +++ b/include/download.mk @@ -11,7 +11,7 @@ DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED) define dl_method $(strip \ $(if $(2),$(2), \ - $(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% ftp://% http://% https://% file://%,$(1)),default, \ + $(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% @SAVANNAH/% ftp://% http://% https://% file://%,$(1)),default, \ $(if $(filter git://%,$(1)),git, \ $(if $(filter svn://%,$(1)),svn, \ $(if $(filter cvs://%,$(1)),cvs, \