You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newer versions of luarocks changes how it interprets the keys for installing, so instead of getting a lxsh directory with an init.lua file in it, I get the lxsh directory with an init subdirectory containing init.lua. You could change the rockspec to work with these newer versions, but that would break the older ones. IMHO, the best solution (aside from an upstream special-case in luarocks) is to rename init.lua to lxsh.lua and make the corresponding changes to the rockspec and makefile.
The text was updated successfully, but these errors were encountered:
Newer versions of luarocks changes how it interprets the keys for installing, so instead of getting a
lxsh
directory with aninit.lua
file in it, I get thelxsh
directory with aninit
subdirectory containinginit.lua
. You could change the rockspec to work with these newer versions, but that would break the older ones. IMHO, the best solution (aside from an upstream special-case in luarocks) is to renameinit.lua
tolxsh.lua
and make the corresponding changes to the rockspec and makefile.The text was updated successfully, but these errors were encountered: