On Fri, Feb 4, 2011 at 4:15 AM, <[email protected]> wrote: > Well, it was a bit rtm :-( > > $ su > Password: > # luarocks install midialsa-1.00-0.rockspec > > Puts files in > /usr/local/share/lua/5.1/midialsa.lua > /usr/local/lib/lua/5.1/C-midialsa.so > where lua can indeed find them. > > I'll adjust my doc about how to install :-) > > Perhaps luarocks could detect when it's about to put files > outside the LUA_PATH and/or LUA_CPATH and warn the user ?
The default behavior in 2.0.4.1 is something like that -- it warns when the default path is not writable. The user then has the option to run as superuser or use the --local flag. -- Hisham _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
