dtterm, dtsession, dtappgather, dtmail: set correct perms on make install

This commit is contained in:
Jon Trulson
2020-01-05 20:53:03 -07:00
parent 7f4889f348
commit 1aaf63f2a0
4 changed files with 20 additions and 0 deletions

View File

@@ -70,3 +70,8 @@ dtmail_SOURCES = AliasListUiItem.C AlternatesListUiItem.C \
XmTextEditor.C XtArgCollector.C \
dtb_utils.C options_stubs.C \
options_ui.C options_util.C
install-exec-hook:
chown root $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtmail
chgrp mail $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtmail
chmod 2755 $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtmail