dtmail: #118: don't fail install if mail group does not exist
This commit is contained in:
@@ -44,7 +44,7 @@ dtmail_SOURCES = AliasListUiItem.C AlternatesListUiItem.C \
|
|||||||
dtb_utils.C options_stubs.C \
|
dtb_utils.C options_stubs.C \
|
||||||
options_ui.C options_util.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:
|
install-exec-hook:
|
||||||
chgrp mail $(DESTDIR)$(bindir)/dtmail
|
-(chgrp mail $(DESTDIR)$(bindir)/dtmail && chmod 2755 $(DESTDIR)$(bindir)/dtmail)
|
||||||
chmod 2755 $(DESTDIR)$(bindir)/dtmail
|
|
||||||
|
|||||||
Reference in New Issue
Block a user