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:
parent
7f4889f348
commit
1aaf63f2a0
4 changed files with 20 additions and 0 deletions
|
@ -70,3 +70,8 @@ dtmail_SOURCES = AliasListUiItem.C AlternatesListUiItem.C \
|
||||||
XmTextEditor.C XtArgCollector.C \
|
XmTextEditor.C XtArgCollector.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
|
||||||
|
|
||||||
|
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
|
||||||
|
|
|
@ -11,3 +11,7 @@ dtappgather_LDADD += -ldl -lintl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
dtappgather_SOURCES = Options.C dtappgather.C dtappgather.h Options.h
|
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
|
||||||
|
|
|
@ -116,3 +116,9 @@ sys.session: sys.session.src
|
||||||
sys.session.ive: sys.session.src
|
sys.session.ive: sys.session.src
|
||||||
$(RM) $@
|
$(RM) $@
|
||||||
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) -DIVE $< > $@
|
$(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
|
||||||
|
|
||||||
|
|
|
@ -42,3 +42,8 @@ DtTermFallBackResources.c: DtTermFallBackResources.c.src
|
||||||
dtterm.ti: terminfoChecklist
|
dtterm.ti: terminfoChecklist
|
||||||
$(RM) $@
|
$(RM) $@
|
||||||
CPP="$(GENCPP)" $(SHELL) terminfoCreate < terminfoChecklist > $@
|
CPP="$(GENCPP)" $(SHELL) terminfoCreate < terminfoChecklist > $@
|
||||||
|
|
||||||
|
install-exec-hook:
|
||||||
|
chown root $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtterm
|
||||||
|
chmod 4755 $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtterm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue