diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-11-23 19:59:32 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-11-23 19:59:32 +0000 |
commit | a918d40c046d0cc4576ece7799e3b8ffc69e31d4 (patch) | |
tree | 2f3e2fa03e3d15097da89675830e905661a4d337 /util | |
parent | 86de4680024ddfcaaaf38dee06a177efb5f3d352 (diff) | |
download | prosody-a918d40c046d0cc4576ece7799e3b8ffc69e31d4.tar.gz prosody-a918d40c046d0cc4576ece7799e3b8ffc69e31d4.zip |
util.dependencies: Missed a Debian/
Diffstat (limited to 'util')
-rw-r--r-- | util/dependencies.lua | 2 |
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/"; }); |