Use bindir in install hooks rather than CDE_INSTALLATION_TOP
Patch supplied by Peter G.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user