lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thursday, April 1, 2004, 11:59:26 AM, you wrote:

> On Tue, 2004-03-30 at 09:10, Andre Nathan wrote:
>> [1]http://oss.digirati.com.br/packaging_lua/third-party.html

> I have just updated the document. These are the changes:

> - The .lua files should be installed on /usr/local/share/lua/5.0
>   (despite all the pain in my heart :)

> - The .so/.a files should be installed on /usr/local/lib/lua/5.0

Then in default.lua shouldn't

        libname = "/usr/local/share/lua/5.0/"

say

        libname = "/usr/local/lib/lua/5.0/"

?

e