1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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

View file

@ -11,3 +11,7 @@ dtappgather_LDADD += -ldl -lintl
endif
dtappgather_SOURCES = Options.C dtappgather.C dtappgather.h Options.h
install-exec-hook:
chown root $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtappgather
chmod 4755 $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtappgather

View file

@ -116,3 +116,9 @@ sys.session: sys.session.src
sys.session.ive: sys.session.src
$(RM) $@
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) -DIVE $< > $@
install-exec-hook:
chown root $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtsession
chmod 4755 $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtsession

View file

@ -42,3 +42,8 @@ DtTermFallBackResources.c: DtTermFallBackResources.c.src
dtterm.ti: terminfoChecklist
$(RM) $@
CPP="$(GENCPP)" $(SHELL) terminfoCreate < terminfoChecklist > $@
install-exec-hook:
chown root $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtterm
chmod 4755 $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtterm