From d4f438965e41660bd0beda772ba3d3b96a492571 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Fri, 13 Jan 2012 07:17:48 +1030 Subject: Update rockspec to install lua2json/json2lua --- lua-cjson-1.0devel-1.rockspec | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lua-cjson-1.0devel-1.rockspec b/lua-cjson-1.0devel-1.rockspec index 315ec2f..c4975af 100644 --- a/lua-cjson-1.0devel-1.rockspec +++ b/lua-cjson-1.0devel-1.rockspec @@ -35,6 +35,15 @@ build = { } } }, + install = { + lua = { + ["cjson.util"] = "lua/cjson/util.lua" + }, + bin = { + json2lua = "lua/json2lua.lua", + lua2json = "lua/lua2json.lua" + } + }, -- Override default build options (per platform) platforms = { win32 = { modules = { cjson = { defines = { -- cgit v1.2.3-55-g6feb