diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 10:33:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 10:33:48 +0100 |
commit | baafd39d6f7e1f786c39cae9b0af677b99addaca (patch) | |
tree | a5bc201d481fbcdb6f78cdf79aed674d0d0d9a8a /tools | |
parent | 7c7fd376e6d348658dc3f49ce30fe8478ab7690d (diff) | |
parent | b2b90ce9baf431b6627ebe3e4906a59caaf52d8f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lzma/Makefile | 2 |
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 |