Install new SQL files in Makefile (#196)

environments/ppa-mbqj77/deployments/1
Clément Oudot 15 years ago
parent 66f7b94435
commit 46cf77478b
  1. 2
      build/lemonldap-ng/Makefile

@ -395,7 +395,7 @@ install_conf_dir: install_sessions_dir
else \
chmod 777 $(RFILECONFIGDIR); \
fi
@cp lemonldap-ng-common/tools/lmConfig.mysql lemonldap-ng-common/tools/apache-session-mysql.sql $(RTOOLSDIR)
@cp lemonldap-ng-common/tools/lmConfig.* lemonldap-ng-common/tools/apache-session-mysql.sql $(RTOOLSDIR)
@cp lemonldap-ng-common/tools/sso.schema $(RTOOLSDIR)
@rm -rf $$(find $(RCONFDIR) $(RFILECONFIGDIR) $(RTOOLSDIR) -type d -name .svn)

Loading…
Cancel
Save