From 730d39dd132289e81fccf8a8b2ca8224a72c55a9 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 12 Jan 2021 03:38:21 +0100 Subject: [PATCH] make: fix missing domain name of fontello download Missing (and unnecessary) variable in commit v5.0-26-g38cf6657d2 (2021-01-10) [make rules to download fontello glyphs]. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c58390c..b659bfe 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ lib/ckeditor: lib/.ckeditor curl -sSf -o $@ --form 'config=@$<' https://fontello.com .fontello.zip: .fontello.url - curl -sSf -o $@ ${FONTELLO_HOST}/$$(cat $<)/get + curl -sSf -o $@ https://fontello.com/$$(cat $<)/get minimedit.%: .fontello.zip unzip -q -j -DD -o $< '*/$@' -- 2.30.0