From 50c92e20b1f41dd5698f2044054dabc14353e74e Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Tue, 11 Apr 2017 09:00:40 +0000 Subject: [PATCH] Remove bad hook (#595) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68573e1ac..64bdc22fa 100644 --- a/Makefile +++ b/Makefile @@ -664,7 +664,7 @@ install_portal_site: install_conf_dir cd $(SRCPORTALDIR)/site/templates; for f in `find * -type f -name '*.tpl'`; do \ echo "$$f => $(RPORTALTEMPLATESDIR)/$$f"; \ mkdir -p $(RPORTALTEMPLATESDIR)/`dirname $$f`; \ - echo ../../../scripts/transform-templates \ + ../../../scripts/transform-templates \ usedebianlibs $(USEDEBIANLIBS) \ useexternallibs $(USEEXTERNALLIBS) \ jsminified $(JSCOMPRESS) \