mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
Use bindir in install hooks rather than CDE_INSTALLATION_TOP
Patch supplied by Peter G.
This commit is contained in:
parent
11af2add7e
commit
a6e78364d0
4 changed files with 9 additions and 9 deletions
|
@ -72,6 +72,6 @@ dtmail_SOURCES = AliasListUiItem.C AlternatesListUiItem.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
|
||||
chown root $(DESTDIR)$(bindir)/dtmail
|
||||
chgrp mail $(DESTDIR)$(bindir)/dtmail
|
||||
chmod 2755 $(DESTDIR)$(bindir)/dtmail
|
||||
|
|
|
@ -13,5 +13,5 @@ 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
|
||||
chown root $(DESTDIR)$(bindir)/dtappgather
|
||||
chmod 4755 $(DESTDIR)$(bindir)/dtappgather
|
||||
|
|
|
@ -119,6 +119,6 @@ sys.session.ive: sys.session.src
|
|||
|
||||
|
||||
install-exec-hook:
|
||||
chown root $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtsession
|
||||
chmod 4755 $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtsession
|
||||
chown root $(DESTDIR)$(bindir)/dtsession
|
||||
chmod 4755 $(DESTDIR)$(bindir)/dtsession
|
||||
|
||||
|
|
|
@ -44,6 +44,6 @@ dtterm.ti: 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
|
||||
chown root $(DESTDIR)$(bindir)/dtterm
|
||||
chmod 4755 $(DESTDIR)$(bindir)/dtterm
|
||||
|
||||
|
|
Loading…
Reference in a new issue