From: Mischa POSLAWSKY Date: Tue, 12 Jan 2021 02:38:21 +0000 (+0100) Subject: make: fix missing domain name of fontello download X-Git-Tag: v5.2~15 X-Git-Url: http://git.shiar.nl/minimedit.git/commitdiff_plain/730d39dd132289e81fccf8a8b2ca8224a72c55a9 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]. --- 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 $< '*/$@'