Fix a lost of rights on the main directory during installation

This commit is contained in:
Thomas CHEMINEAU 2010-04-14 15:13:27 +00:00
parent 756ca82484
commit 0e9a66f32e
1 changed files with 2 additions and 0 deletions

View File

@ -248,6 +248,8 @@ install_site: install_manager_site install_portal_site install_handler_site inst
s#__VHOSTLISTEN__#$(VHOSTLISTEN)#g; \
s#__DOCDIR__#$(DOCDIR)/#g;' $(RCONFDIR)/*apache*.conf
@$(PERL) -i -pe 's/__DNSDOMAIN__/$(DNSDOMAIN)/g' $(RCONFDIR)/for_etc_hosts
# Fix a lost of rights on the main directory
chmod 755 $(LMPREFIX)
@echo
@echo "LemonLDAP::NG v${VERSION} is installed with these parameters:"
@echo " - System configuration: ${CONFDIR}"