From eaa4c8f12c295b03d5034fc3d4ec1e45c86984af Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Fri, 6 Dec 2019 07:20:15 -0500 Subject: Explicitly chmod installed directories. make install results in identical permissions with umask 022 or 002. --- sqwebmail/html/en-us/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqwebmail/html') 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 - -- cgit v1.2.3