diff options
Diffstat (limited to 'rockspecs/luafilesystem-cvs-1.rockspec')
-rw-r--r-- | rockspecs/luafilesystem-cvs-1.rockspec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rockspecs/luafilesystem-cvs-1.rockspec b/rockspecs/luafilesystem-cvs-1.rockspec index 686c6f9..253f4f1 100644 --- a/rockspecs/luafilesystem-cvs-1.rockspec +++ b/rockspecs/luafilesystem-cvs-1.rockspec | |||
@@ -1,7 +1,8 @@ | |||
1 | package = "LuaFileSystem" | 1 | package = "LuaFileSystem" |
2 | version = "cvs-1" | 2 | version = "cvs-1" |
3 | source = { | 3 | source = { |
4 | url = "cvs://:pserver:anonymous:@cvs.luaforge.net:/cvsroot/luafilesystem" | 4 | url = "cvs://:pserver:anonymous:@cvs.luaforge.net:/cvsroot/luafilesystem", |
5 | cvs_tag = "HEAD" | ||
5 | } | 6 | } |
6 | description = { | 7 | description = { |
7 | summary = "File System Library for the Lua Programming Language", | 8 | summary = "File System Library for the Lua Programming Language", |
@@ -18,6 +19,6 @@ dependencies = { | |||
18 | build = { | 19 | build = { |
19 | type = "module", | 20 | type = "module", |
20 | modules = { | 21 | modules = { |
21 | lfs = "lfs.c" | 22 | lfs = "src/lfs.c" |
22 | } | 23 | } |
23 | } | 24 | } |