summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-04 11:20:02 +0800
committerruki <[email protected]>2015-06-04 11:20:12 +0800
commit5bb9c509ed7d76918eb54d8500d6f981747d7e0e (patch)
tree4de657fe5b78511cf418175f4fa2a4e61c637127
parent35b7e28b8274af9054c89bd0aeed05a1c5956c55 (diff)
rename tool directory
-rw-r--r--xmake/scripts/action/_lua.lua2
-rw-r--r--xmake/scripts/tools/cp.lua (renamed from xmake/scripts/tool/cp.lua)0
-rw-r--r--xmake/scripts/tools/echo.lua (renamed from xmake/scripts/tool/echo.lua)0
-rw-r--r--xmake/scripts/tools/mkdir.lua (renamed from xmake/scripts/tool/mkdir.lua)0
-rw-r--r--xmake/scripts/tools/mv.lua (renamed from xmake/scripts/tool/mv.lua)0
-rw-r--r--xmake/scripts/tools/rm.lua (renamed from xmake/scripts/tool/rm.lua)0
-rw-r--r--xmake/scripts/tools/rmdir.lua (renamed from xmake/scripts/tool/rmdir.lua)0
-rw-r--r--xmake/scripts/tools/verbose.lua (renamed from xmake/scripts/tool/verbose.lua)0
8 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/action/_lua.lua b/xmake/scripts/action/_lua.lua
index 34f45e84f..1018b1722 100644
--- a/xmake/scripts/action/_lua.lua
+++ b/xmake/scripts/action/_lua.lua
@@ -77,7 +77,7 @@ function _lua.done()
-- attempt to load script from the xmake tool directory
if not os.isfile(file) then
- file = xmake._SCRIPTS_DIR .. "/tool/" .. options.script .. ".lua"
+ file = xmake._SCRIPTS_DIR .. "/tools/" .. options.script .. ".lua"
end
-- load and run the script file
diff --git a/xmake/scripts/tool/cp.lua b/xmake/scripts/tools/cp.lua
index 344e3e1dd..344e3e1dd 100644
--- a/xmake/scripts/tool/cp.lua
+++ b/xmake/scripts/tools/cp.lua
diff --git a/xmake/scripts/tool/echo.lua b/xmake/scripts/tools/echo.lua
index 2180ce0d4..2180ce0d4 100644
--- a/xmake/scripts/tool/echo.lua
+++ b/xmake/scripts/tools/echo.lua
diff --git a/xmake/scripts/tool/mkdir.lua b/xmake/scripts/tools/mkdir.lua
index 0cd1eeafe..0cd1eeafe 100644
--- a/xmake/scripts/tool/mkdir.lua
+++ b/xmake/scripts/tools/mkdir.lua
diff --git a/xmake/scripts/tool/mv.lua b/xmake/scripts/tools/mv.lua
index 5fc204f7d..5fc204f7d 100644
--- a/xmake/scripts/tool/mv.lua
+++ b/xmake/scripts/tools/mv.lua
diff --git a/xmake/scripts/tool/rm.lua b/xmake/scripts/tools/rm.lua
index 7759be01d..7759be01d 100644
--- a/xmake/scripts/tool/rm.lua
+++ b/xmake/scripts/tools/rm.lua
diff --git a/xmake/scripts/tool/rmdir.lua b/xmake/scripts/tools/rmdir.lua
index 9df57b1c9..9df57b1c9 100644
--- a/xmake/scripts/tool/rmdir.lua
+++ b/xmake/scripts/tools/rmdir.lua
diff --git a/xmake/scripts/tool/verbose.lua b/xmake/scripts/tools/verbose.lua
index 0054ba620..0054ba620 100644
--- a/xmake/scripts/tool/verbose.lua
+++ b/xmake/scripts/tools/verbose.lua