iteration
This commit is contained in:
parent
c3d3fefd08
commit
dde9993e07
@ -40,7 +40,7 @@ function install(package)
|
||||
local dir = bin_path
|
||||
--if package starts with lib then remove lib
|
||||
if string.sub(package, 1, 3) == "lib" then
|
||||
package = string.sub(package, 5)
|
||||
package = string.sub(package, 4)
|
||||
dir = lib_path
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user