summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-08-30 18:37:59 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-08-30 18:37:59 +0100
commitd2732c73915f3bec423dc89d3b3d185b6b7917e3 (patch)
tree7c70dae1c4f0df070e36ebc3f4be98da201bd798 /utils
parent56048c5a7f47f915ed7506779fd8f75bb90bee78 (diff)
downloadgitano-d2732c73915f3bec423dc89d3b3d185b6b7917e3.tar.gz
INSTALLER: make install and gitano-setup should work (mostly)
Diffstat (limited to 'utils')
-rw-r--r--utils/install-lua-bin2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/install-lua-bin b/utils/install-lua-bin
index 71d4a14..4d7322c 100644
--- a/utils/install-lua-bin
+++ b/utils/install-lua-bin
@@ -37,7 +37,7 @@ while line do
elseif token == "GITANO_BIN_PATH" then
output_fh:write(("gitano.config.lib_bin_path(%q)\n"):format(inst_bin_path))
elseif token == "GITANO_SHARE_PATH" then
- output_fh:write(("gitano.config.share_path = %q\n"):format(inst_share_path))
+ output_fh:write(("gitano.config.share_path(%q)\n"):format(inst_share_path))
else
output_fh:write("-- Unknown token: " .. token .. "\n")
end