diff options
Diffstat (limited to 'openwrt/target/lzma/Makefile')
-rw-r--r-- | openwrt/target/lzma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/lzma/Makefile b/openwrt/target/lzma/Makefile index ea63bfec89..b1c0313ed8 100644 --- a/openwrt/target/lzma/Makefile +++ b/openwrt/target/lzma/Makefile @@ -48,4 +48,5 @@ lzma-dirclean: prepare: $(LZMA_DIR)/.unpacked compile: lzma install: lzma + cp $(LZMA_DIR)/lzma $(STAGING_DIR)/bin/ clean: lzma-dirclean |