From 3d8716883eebbc4c2090b489e6a558c3f47ad76b Mon Sep 17 00:00:00 2001 From: longjin Date: Thu, 28 Sep 2023 15:59:43 +0000 Subject: [PATCH] fix dadk install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e63b53f..3de1751 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ install: cp ./parse_test/shell.service $(REACH_ETC_DIR)/system/shell.service cargo -Z build-std=core,alloc,compiler_builtins install --target $(TARGET) --path . --root $(TMP_INSTALL_DIR) - mv $(OUTPUT_DIR)/tmp/bin/DragonReach $(REACH_BIN_DIR)/DragonReach + mv $(TMP_INSTALL_DIR)/bin/DragonReach $(REACH_BIN_DIR)/DragonReach rm -rf $(TMP_INSTALL_DIR) build-linux: