1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtmail: #118: don't fail install if mail group does not exist

This commit is contained in:
Jon Trulson 2021-12-16 14:29:38 -07:00
parent 17602b4d21
commit 65d17786a1

View file

@ -44,7 +44,7 @@ dtmail_SOURCES = AliasListUiItem.C AlternatesListUiItem.C \
dtb_utils.C options_stubs.C \
options_ui.C options_util.C
# can't use INSTALL here as the file is already installed
# Don't fail if we can't set the mail group which might not exist on
# some systems
install-exec-hook:
chgrp mail $(DESTDIR)$(bindir)/dtmail
chmod 2755 $(DESTDIR)$(bindir)/dtmail
-(chgrp mail $(DESTDIR)$(bindir)/dtmail && chmod 2755 $(DESTDIR)$(bindir)/dtmail)