aboutsummaryrefslogtreecommitdiffstats
path: root/util/dependencies.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-11-23 19:59:32 +0000
committerMatthew Wild <mwild1@gmail.com>2009-11-23 19:59:32 +0000
commita918d40c046d0cc4576ece7799e3b8ffc69e31d4 (patch)
tree2f3e2fa03e3d15097da89675830e905661a4d337 /util/dependencies.lua
parent86de4680024ddfcaaaf38dee06a177efb5f3d352 (diff)
downloadprosody-a918d40c046d0cc4576ece7799e3b8ffc69e31d4.tar.gz
prosody-a918d40c046d0cc4576ece7799e3b8ffc69e31d4.zip
util.dependencies: Missed a Debian/
Diffstat (limited to 'util/dependencies.lua')
-rw-r--r--util/dependencies.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dependencies.lua b/util/dependencies.lua
index 6e0cfe14..6decfba5 100644
--- a/util/dependencies.lua
+++ b/util/dependencies.lua
@@ -42,7 +42,7 @@ local socket = softreq "socket"
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/";
});