diff options
| author | ruki <[email protected]> | 2017-05-24 11:45:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-05-24 11:45:37 +0800 |
| commit | 4e52205dc696ade5ba01c8d6ccf9831b59ad6196 (patch) | |
| tree | 2a2e2065ed0f65b019168d2e3f099363d4b96a26 /xmake/actions/install/install.lua | |
| parent | 0041140dbfebce83293bcd3991760c8651f7a7ee (diff) | |
add privilege.sudo and find sudo modules
Diffstat (limited to 'xmake/actions/install/install.lua')
| -rw-r--r-- | xmake/actions/install/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/install/install.lua b/xmake/actions/install/install.lua index c1e1d9c3d..b9bd6ca79 100644 --- a/xmake/actions/install/install.lua +++ b/xmake/actions/install/install.lua @@ -74,7 +74,7 @@ function _install_target_and_deps(target) end -- install targets -function install(targetname) +function main(targetname) -- init finished states _g.finished = {} |
