Software /
code /
prosody
Changeset
2158:575d5db7f14f
util.dependencies: Missed a Debian/
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 23 Nov 2009 19:59:32 +0000 |
parents | 2157:7cb0aa497326 |
children | 2159:2ef4458b23d9 |
files | util/dependencies.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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/"; });