On Mon, Aug 22, 2011 at 7:00 AM, Geoff Leyland
<[email protected]> wrote:
> On 22/08/2011, at 4:55 PM, Geoff Leyland wrote:
>
>> Hi,
>>
>> Attached is an scm rockspec for luatrace.  It's my first rock, so I'd 
>> appreciate it if anyone can tell me if it does or doesn't work.
>>
> Sorry, please ignore that, it doesn't work.  I'll try again soon.

It was only necessary to change this:

  install = { bin = { ["luatrace.profile"] = "sh/luatrace.profile" } },

to this:

  install = { bin = { "sh/luatrace.profile" } },

Text keys are interpreted as module paths. Array keys are copied as-is.

With this fix, I uploaded the rockspec to the rocks-scm repository.

Thank you!

-- 
-- Hisham
http://hisham.hm/ - http://colorbleed.com.br/

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to