Software /
code /
prosody
Changeset
2299:b7d25e1ac716
Merge with 0.6
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 02 Dec 2009 22:15:17 +0000 |
parents | 2297:a67d06338db0 (current diff) 2298:508d9dc70bb4 (diff) |
children | 2300:e182b5029ef2 |
files | util/dependencies.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/util/dependencies.lua Wed Dec 02 20:35:31 2009 +0000 +++ b/util/dependencies.lua Wed Dec 02 22:15:17 2009 +0000 @@ -57,7 +57,7 @@ if not lfs then missingdep("luafilesystem", { ["luarocks"] = "luarocks install luafilesystem"; - ["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-luafilesystem0"; + ["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-filesystem0"; ["Source"] = "http://www.keplerproject.org/luafilesystem/"; }); fatal = true;