Software /
code /
prosody
Diff
util/dependencies.lua @ 2158:575d5db7f14f
util.dependencies: Missed a Debian/
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 23 Nov 2009 19:59:32 +0000 |
parent | 2157:7cb0aa497326 |
child | 2160:0ef04962e112 |
child | 2169:c06fdb6b57bd |
line wrap: on
line diff
--- a/util/dependencies.lua Mon Nov 23 18:51:54 2009 +0000 +++ b/util/dependencies.lua Mon Nov 23 19:59:32 2009 +0000 @@ -42,7 +42,7 @@ if not socket then missingdep("luasocket", { - ["Ubuntu"] = "sudo apt-get install liblua5.1-socket2"; + ["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-socket2"; ["luarocks"] = "luarocks install luasocket"; ["Source"] = "http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/"; });