util.dependencies: Missed a Debian/

This commit is contained in:
Matthew Wild 2009-11-23 19:59:32 +00:00
parent 86de468002
commit a918d40c04

View file

@ -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/";
});