Skip to content
Snippets Groups Projects
Commit 3684106d authored by dg's avatar dg
Browse files

Update All should correctly work

git-svn-id: http://svn.net-core.org/repos/t-engine4@1766 51575b47-30f0-44d4-a5cc-537603b46e54
parent d7977a12
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ function _M:updateAll()
-- Download engine
fs.mkdir("/tmp-dl/modules")
fs.mkdir("/modules")
local fname = ("/tmp-dl/modules/boot-%s-%d.%d.%d.team"):format(eversion[4], eversion[1], eversion[2], eversion[3])
local f = fs.open(fname, "w")
......@@ -167,6 +168,7 @@ function _M:updateAll()
local mod = next.mod
fs.mkdir("/tmp-dl/modules")
fs.mkdir("/modules")
local fname = ("/tmp-dl/modules/%s-%d.%d.%d.team"):format(mod.short_name, mod.version[1], mod.version[2], mod.version[3])
local f = fs.open(fname, "w")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment