From 395c0087f0f0f79e899c1e6bd94679ff4bffc55e Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Mon, 10 Apr 2017 18:55:54 +0000 Subject: [PATCH] Missing path (#595) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e4d51b1b6..68573e1ac 100644 --- a/Makefile +++ b/Makefile @@ -693,6 +693,8 @@ install_portal_site: install_conf_dir @$(PERL) -i -pe 's#__BINDIR__#$(BINDIR)#g;' $(RCRONDIR)/lemonldap-ng-portal # Clean SVN files @rm -rf $$(find ${RPORTALDIR} $(RPORTALSKINSDIR) $(RCRONDIR) $(RCONFDIR) -type d -name .svn) + @$(PERL) -i -pe 's#__PORTALSTATICDIR__#$(PORTALRELATIVESTATICDIR)#g' $(RCONFDIR)/$(CONFFILENAME) + @$(PERL) -i -pe 's#__PORTALTEMPLATESDIR__#$(PORTALTEMPLATESDIR)#g' $(RCONFDIR)/$(CONFFILENAME) install_handler_site: install_conf_dir # Handler install -- GitLab