Remove bad hook (#595)

This commit is contained in:
Xavier Guimard 2017-04-11 09:00:40 +00:00
parent 395c0087f0
commit 50c92e20b1
1 changed files with 1 additions and 1 deletions

View File

@ -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) \