changeset 86:50fb9b4e2751

Fix Inkscape export for icons.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 Apr 2017 16:09:06 +0300
parents 30babce5c4be
children 43e14ba416e1
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Mon Apr 24 12:38:26 2017 +0300
+++ b/Makefile.gen	Mon Apr 24 16:09:06 2017 +0300
@@ -88,7 +88,7 @@
 ### Application rules
 ###
 $(APP_IMG)icon-%.png: $(addprefix $(APP_IMG),$(LOGO_SVG))
-	inkscape --export-area-page -w $(patsubst icon-%.png,%,$@) -h $(patsubst icon-%.png,%,$@) -e "$@" "$<"
+	inkscape --export-area-page -w $(patsubst $(APP_IMG)icon-%.png,%,$@) -h $(patsubst $(APP_IMG)icon-%.png,%,$@) -e "$@" "$<"
 
 $(APP_IMG)logo.png: $(addprefix $(APP_IMG),$(LOGO_SVG))
 	inkscape --export-area-page -w 320 -h 280 -e "$@" "$<"