From 8cece0ebb4012780f8c290f38e7bb022e59b6782 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 30 Mar 2017 20:43:35 +0800 Subject: fix root bug for installation --- xmake/plugins/lua/xmake.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'xmake/plugins/lua/xmake.lua') diff --git a/xmake/plugins/lua/xmake.lua b/xmake/plugins/lua/xmake.lua index abc723b3b..917d66119 100644 --- a/xmake/plugins/lua/xmake.lua +++ b/xmake/plugins/lua/xmake.lua @@ -73,6 +73,7 @@ task("lua") , options = { {'l', "list", "k", nil, "List all scripts." } + , {nil, "root", "k", nil, "Allow to run script as root." } , {nil, "script", "v", nil, "Run the given lua script." } , {nil, "arguments", "vs", nil, "The script arguments." } } -- cgit v1.3.1