diff options
Diffstat (limited to 'src/luarocks/path.lua')
-rw-r--r-- | src/luarocks/path.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/path.lua b/src/luarocks/path.lua index ae9c7fae..c9085431 100644 --- a/src/luarocks/path.lua +++ b/src/luarocks/path.lua | |||
@@ -222,3 +222,4 @@ function configure_paths(rockspec) | |||
222 | vars.DOCDIR = doc_dir(name, version) | 222 | vars.DOCDIR = doc_dir(name, version) |
223 | rockspec.variables = vars | 223 | rockspec.variables = vars |
224 | end | 224 | end |
225 | |||