summaryrefslogtreecommitdiff
path: root/xmake
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-23 22:59:27 +0800
committerruki <[email protected]>2022-12-23 22:59:27 +0800
commit9a1bd4627bc2cbbffc01341a3f4e6671c3bb126b (patch)
tree3218504e146f1c0886522b552e5503b7bdec74ea /xmake
parent26b1ce2a8f1beead31abe534ff7b9b3f09f03013 (diff)
use new get.sh
Diffstat (limited to 'xmake')
-rw-r--r--xmake/actions/update/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/update/main.lua b/xmake/actions/update/main.lua
index 79708904d..12d79d1ad 100644
--- a/xmake/actions/update/main.lua
+++ b/xmake/actions/update/main.lua
@@ -213,7 +213,7 @@ function _install(sourcedir)
os.vrun("./configure")
end
os.vrun("make")
- process.openv("./scripts/get2.sh", {"__local__", "__install_only__"}, {stdout = os.tmpfile(), stderr = os.tmpfile(), detach = true}):close()
+ process.openv("./scripts/get.sh", {"__local__", "__install_only__"}, {stdout = os.tmpfile(), stderr = os.tmpfile(), detach = true}):close()
end
return true
end,