# HG changeset patch # User Matthew Wild # Date 1259006372 0 # Node ID 575d5db7f14f0aa00ff6b3267085049398195258 # Parent 7cb0aa4973262708ce98a42dbb0b41e6cad38f25 util.dependencies: Missed a Debian/ diff -r 7cb0aa497326 -r 575d5db7f14f util/dependencies.lua --- 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/"; });