From 93292c5ec48fd2925af2ce179a60262b948a44ac Mon Sep 17 00:00:00 2001 From: Loic & Edelberto Date: Thu, 13 Mar 2014 10:35:48 -0300 Subject: [PATCH] fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34a9b0f9..69725db5 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ list-templates: plugins-templates local-templates #################### manage templates for the plugin area templates: force @mkdir -p templates - ln -sf $(foreach x,$(shell $(MAKE-SILENT) list-templates),../$(x)) ./templates + ln -sf $(foreach x,$(shell $(MAKE-SILENT) list-templates),"../$(x)") ./templates clean-templates templates-clean: force rm -rf ./templates -- 2.43.0