diff options
| author | ruki <[email protected]> | 2020-10-29 00:24:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-29 00:24:28 +0800 |
| commit | e59c0abfde6bd69bf7c995370adeac757d7b23e3 (patch) | |
| tree | 6d47865454574f70f78e63bce945721618039de8 /makefile | |
| parent | 34d1cd7d6ec86e514b82d79657990b2eb95bf267 (diff) | |
fix makefile again
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
