diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-18 23:59:27 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-28 17:28:40 -0300 |
commit | 27a71b74f5317185fb4ce82f48ce0f786bc3cd2c (patch) | |
tree | 5a34500eeb205e2e18b5058bf9d2c100be288aba /install.bat | |
parent | bdaa92377180763dcfad0ed2627e59842425ee93 (diff) | |
download | luarocks-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.bat | 4 |
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 | ||
54 | local pe = assert(loadfile(".\\win32\\pe-parser.lua"))() | 54 | local pe = assert(loadfile(".\\src\\luarocks\\fs\\win32\\pe-parser.lua"))() |
55 | 55 | ||
56 | local function die(message) | 56 | local 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 |
1141 | exec( S[[del "$PREFIX\LuaRocks.reg.*" >NUL]] ) | 1141 | exec( S[[del "$PREFIX\LuaRocks.reg.*" >NUL]] ) |
1142 | -- remove pe-parser module | ||
1143 | exec( S[[del "$PREFIX\pe-parser.lua" >NUL]] ) | ||
1144 | 1142 | ||
1145 | -- *********************************************************** | 1143 | -- *********************************************************** |
1146 | -- Exit handlers | 1144 | -- Exit handlers |