diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-10-08 16:05:59 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-10-08 16:05:59 (GMT) |
commit | 61418a3b5c233f56f4c2c6b8c5843b7ebe9b7cf6 (patch) | |
tree | 1187516fb4efdabd71981841ac9627318fbb7e7d | |
parent | 7509ede3721225d3494aedcc029f4d762112ebe9 (diff) | |
download | server-61418a3b5c233f56f4c2c6b8c5843b7ebe9b7cf6.tar.gz |
chmod 444 doesn't work unless one is the owner. Make it so our native
packaging effort can do this if it wishes, instead of having the make
install process fail.
-rw-r--r-- | kolabd/kolabd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolabd/kolabd/Makefile.am b/kolabd/kolabd/Makefile.am index 623b07b..c423fce 100644 --- a/kolabd/kolabd/Makefile.am +++ b/kolabd/kolabd/Makefile.am @@ -196,7 +196,7 @@ install-data-hook: $(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_sessions) $(mkinstalldirs) -m 755 $(DESTDIR)$(kolab_statedir) $(mkinstalldirs) -m 755 $(DESTDIR)$(webserver_document_root)$(webserver_web_prefix)/locks - chmod 444 $(DESTDIR)$(kolabconfdir)/kolab.globals + chmod 644 $(DESTDIR)$(kolabconfdir)/kolab.globals chmod 775 $(DESTDIR)$(kolabdir)$(kolab_FILES) chmod 744 $(DESTDIR)$(kolabnamespacedir)/* if ! OPENPKG |