Software /
code /
prosody
Diff
util/dependencies.lua @ 2299:b7d25e1ac716
Merge with 0.6
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 02 Dec 2009 22:15:17 +0000 |
parent | 2170:2abca9cc78b1 |
parent | 2298:508d9dc70bb4 |
child | 2510:97b5ea975cb9 |
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;