From fb5d5f01e7b27db5e66646c1211191c38f580f60 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 18 Mar 2019 16:38:40 +0000 Subject: [PATCH] Makefile: Hack to make ImageMagick happier Signed-off-by: Michael Tremer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b0a34eaf..5150e96e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -993,7 +993,7 @@ src/scss/main.css: $(SCSS_FILES) Makefile src/static/favicon.ico: src/static/img/ipfire-tux.png Makefile $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ $(CONVERT) $< -background none -flatten -density 1200 \ - -define icon:auto-resize=64,48,32,16 $@ + -resize 50% -define icon:auto-resize=64,48,32,16 $@ src/static/img/apple-touch-icon-%-precomposed.png: src/static/img/ipfire-tux.png Makefile $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ -- 2.47.3