diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-11-14 17:55:20 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-11-14 17:55:20 +0000 |
| commit | f8a6716e00f62a9985f73c4837c904eca3b71275 (patch) | |
| tree | 4f219f128472bfc13e52cc2ea1de9e2081d888df /contrib/depends/Makefile | |
| parent | 9060109354c9989172262e899286a6e8672d2b8c (diff) | |
fix package name
migrate mirror to my own hostin
change download mirror priority (fallback first)
Diffstat (limited to 'contrib/depends/Makefile')
| -rw-r--r-- | contrib/depends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile index 09cb177..d0854d7 100644 --- a/contrib/depends/Makefile +++ b/contrib/depends/Makefile @@ -2,7 +2,7 @@ SOURCES_PATH ?= $(BASEDIR)/sources BASE_CACHE ?= $(BASEDIR)/built -FALLBACK_DOWNLOAD_PATH ?= https://static.mrcyjanek.net/.download_mirror +FALLBACK_DOWNLOAD_PATH ?= https://static.mrcyjanek.net/download_mirror/ BUILD = $(shell ./config.guess) HOST ?= $(BUILD) |
