summaryrefslogtreecommitdiff
path: root/install.bat
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-06-18 23:59:27 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-06-28 17:28:40 -0300
commit27a71b74f5317185fb4ce82f48ce0f786bc3cd2c (patch)
tree5a34500eeb205e2e18b5058bf9d2c100be288aba /install.bat
parentbdaa92377180763dcfad0ed2627e59842425ee93 (diff)
downloadluarocks-27a71b74f5317185fb4ce82f48ce0f786bc3cd2c.tar.gz
luarocks-27a71b74f5317185fb4ce82f48ce0f786bc3cd2c.tar.bz2
luarocks-27a71b74f5317185fb4ce82f48ce0f786bc3cd2c.zip
Move win32.pe-parser to luarocks.fs.win32.pe-parser
Diffstat (limited to 'install.bat')
-rw-r--r--install.bat4
1 files changed, 1 insertions, 3 deletions
diff --git a/install.bat b/install.bat
index 0ca8639f..5e0f7030 100644
--- a/install.bat
+++ b/install.bat
@@ -51,7 +51,7 @@ local lua_version_set = false
51-- Some helpers 51-- Some helpers
52-- 52--
53 53
54local pe = assert(loadfile(".\\win32\\pe-parser.lua"))() 54local pe = assert(loadfile(".\\src\\luarocks\\fs\\win32\\pe-parser.lua"))()
55 55
56local function die(message) 56local function die(message)
57 if message then print(message) end 57 if message then print(message) end
@@ -1139,8 +1139,6 @@ end
1139-- *********************************************************** 1139-- ***********************************************************
1140-- remove regsitry related files, no longer needed 1140-- remove regsitry related files, no longer needed
1141exec( S[[del "$PREFIX\LuaRocks.reg.*" >NUL]] ) 1141exec( S[[del "$PREFIX\LuaRocks.reg.*" >NUL]] )
1142-- remove pe-parser module
1143exec( S[[del "$PREFIX\pe-parser.lua" >NUL]] )
1144 1142
1145-- *********************************************************** 1143-- ***********************************************************
1146-- Exit handlers 1144-- Exit handlers