make: fix missing domain name of fontello download
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 12 Jan 2021 02:38:21 +0000 (03:38 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 23 Jan 2021 12:56:54 +0000 (13:56 +0100)
Missing (and unnecessary) variable in commit v5.0-26-g38cf6657d2
(2021-01-10) [make rules to download fontello glyphs].

Makefile

index c58390c9804fb41de29a30c65a1f5561ec11b71a..b659bfe015cf563ed8b1414bf068b06909240b7d 100644 (file)
--- 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 $< '*/$@'