summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/lzma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile
index 3ca257783..f012f3ddd 100644
--- a/tools/lzma/Makefile
+++ b/tools/lzma/Makefile
@@ -25,6 +25,6 @@ $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
${STAGING_HOST_DIR}/usr/bin/lzma: $(WRKBUILD)/.compiled
$(INSTALL_BIN) $(WRKBUILD)/CPP/7zip/Compress/LZMA_Alone/lzma_alone \
- $(STAGING_DIR)/usr/bin/lzma
+ $(STAGING_HOST_DIR)/usr/bin/lzma
include $(TOPDIR)/mk/tools.mk