diff options
Diffstat (limited to 'sqwebmail')
| -rw-r--r-- | sqwebmail/Makefile.am | 4 | ||||
| -rw-r--r-- | sqwebmail/html/en-us/Makefile.am | 2 | 
2 files changed, 5 insertions, 1 deletions
| diff --git a/sqwebmail/Makefile.am b/sqwebmail/Makefile.am index 20dc31b..7daba38 100644 --- a/sqwebmail/Makefile.am +++ b/sqwebmail/Makefile.am @@ -173,6 +173,10 @@ ldapaddressbook.dist: ../ldapaddressbook/ldapaddressbook.dist  install-data-local: cache-reminder +install-data-hook: +	chmod 755 $(DESTDIR)@htmldir@ +	chmod 755 $(DESTDIR)$(scriptdir) +  install-exec-hook:  	-chown @mailuser@ $(DESTDIR)$(pkglibexecdir)/sqwebpasswd  	-chgrp @mailgroup@ $(DESTDIR)$(pkglibexecdir)/sqwebpasswd diff --git a/sqwebmail/html/en-us/Makefile.am b/sqwebmail/html/en-us/Makefile.am index 029f198..5f5bded 100644 --- a/sqwebmail/html/en-us/Makefile.am +++ b/sqwebmail/html/en-us/Makefile.am @@ -27,6 +27,7 @@ install-data-hook:  		@SED@ -n '/^\#/p' < $(srcdir)/TIMEZONELIST \  			> $(DESTDIR)$(htmllibdir)/TIMEZONELIST ; \  		cat ../../TIMEZONELIST >>$(DESTDIR)$(htmllibdir)/TIMEZONELIST +	chmod 755 $(DESTDIR)$(htmllibdir)  clonedist: distdir  	-chmod -R a+r $(distdir) @@ -41,4 +42,3 @@ install-perms:  	@for f in $(html) ; do\  		echo $(htmllibdir)/$$f 644 bin bin >>permissions.dat ;\  		done - | 
