Software /
code /
prosody
Diff
util/dependencies.lua @ 2298:508d9dc70bb4
util.dependencies: Fix package name of LuaFilesystem
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 02 Dec 2009 22:13:31 +0000 |
parent | 2169:c06fdb6b57bd |
child | 2299:b7d25e1ac716 |
child | 2815:84123bcfa0ba |
line wrap: on
line diff
--- a/util/dependencies.lua Sat Nov 28 12:00:31 2009 +0500 +++ b/util/dependencies.lua Wed Dec 02 22:13:31 2009 +0000 @@ -53,7 +53,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;