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:
parent
17602b4d21
commit
65d17786a1
1 changed files with 3 additions and 3 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue