Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/gnuplot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2014-02-14 15:58:44 +0400
committerRonan Collobert <ronan@collobert.com>2014-02-14 15:58:44 +0400
commitd1c471292d5aba8fb41e08b95d61d823d1373802 (patch)
treebd836c843159aaa1874152bffb1df96a70ad4249
parent30d6a16b010d4f90826a65b5954463646aca1f8f (diff)
fix rock
-rw-r--r--rocks/gnuplot-scm-1.rockspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rocks/gnuplot-scm-1.rockspec b/rocks/gnuplot-scm-1.rockspec
index 786515e..2dd89a3 100644
--- a/rocks/gnuplot-scm-1.rockspec
+++ b/rocks/gnuplot-scm-1.rockspec
@@ -30,7 +30,7 @@ build = {
install = {
lua = {
-- this is ugly (but this is luarocks)
- ["gnuplot.doc.README"] = "README.md",
+ ["gnuplot.README"] = "README.md",
["gnuplot.doc.plot_filled"] = "doc/plot_filled.png",
["gnuplot.doc.plot_hist"] = "doc/plot_hist.png",
["gnuplot.doc.plot_imagesc"] = "doc/plot_imagesc.png",