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