Fix missing $DESTDIR when installing programs

This commit is contained in:
Andrew Dunham 2018-04-08 18:22:10 -07:00
parent b828051659
commit f8ab9cef6c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ define build-program
else
$(DESTDIR)$$($(1)_INSTALL_PATH): $$($(1)_PATH) | $(DESTDIR)$$($(1)_INSTALL_DIR)/
install -t $$($(1)_INSTALL_DIR) $$<
install -t $(DESTDIR)$$($(1)_INSTALL_DIR) $$<
endif