The one thing I can't see how to do after getting a working rockspec for both luaposix and stdlib is how to install .lua files in a different place from .so files. It's fairly common to install (arch-independent) .lua files once per system under /usr/local/share/lua/5.1 or similar, while .so files obviously go under /usr/local/lib/lua/5.1 or similar, and perhaps in a per-arch directory. This reflects a similar split between the default package.path and package.cpath on Linux.
However, in my config.lua file I find only LIBDIR, which corresponds to package.cpath, but I can't find any LUADIR or SHAREDIR or similar (what GNU autotools calls 'datadir'). I can't see anything like this in the luarocks sources either. ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/sfu/rim-devcon-copy2 _______________________________________________ Luarocks-developers mailing list Luarocks-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/luarocks-developers