Look over the install rules and adjust where appropriate

These are just minor tweaks to make sure the 'make install' part does
what it is supposed to do.  I also removed some commented code in the
dtmail Makefile related to SunOS, as that is not currently suppoerted
anyway.
This commit is contained in:
Jon Trulson
2021-12-15 15:33:32 -07:00
parent b55897489f
commit 05fa4044f4
4 changed files with 5 additions and 31 deletions

View File

@@ -12,6 +12,7 @@ endif
dtappgather_SOURCES = Options.C dtappgather.C dtappgather.h Options.h
# can't use INSTALL here as the program is already installed
install-exec-hook:
chown root $(DESTDIR)$(bindir)/dtappgather
chmod 4755 $(DESTDIR)$(bindir)/dtappgather