Debian build error

This commit is contained in:
Xavier Guimard 2010-05-02 10:52:56 +00:00
parent 5d2b50e905
commit 2f3d24ed72
2 changed files with 2 additions and 1 deletions

View File

@ -249,7 +249,7 @@ install_site: install_manager_site install_portal_site install_handler_site inst
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)
@chmod 755 $(LMPREFIX)
@echo
@echo "LemonLDAP::NG v${VERSION} is installed with these parameters:"
@echo " - System configuration: ${CONFDIR}"

View File

@ -56,6 +56,7 @@ install: build
$(MAKE) test
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp \
PREFIX=/usr/ \
LMPREFIX=/usr/share/lemonldap-ng/ \
BINDIR=$(LMSHAREDIR)bin/ \
DOCUMENTROOT=$(LMVARDIR) \
EXAMPLESDIR=/examples/ \