From e59c0abfde6bd69bf7c995370adeac757d7b23e3 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 29 Oct 2020 00:24:28 +0800 Subject: fix makefile again --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index a47ca74d3..2c19d5697 100644 --- a/makefile +++ b/makefile @@ -109,7 +109,7 @@ install: @cp -p $(xmake_core) $(xmake_core_install) @chmod 777 $(xmake_core_install) @# install the xrepo bin file - @cp -p scripts/xrepo.sh > $(xrepo_bin_install) + @cp -p ./scripts/xrepo.sh $(xrepo_bin_install) @chmod 777 $(xrepo_bin_install) @# remove xmake.out @if [ -f "$(TMP_DIR)/xmake.out" ]; then rm $(TMP_DIR)/xmake.out; fi -- cgit v1.3.1