util/dependencies.lua
changeset 2158 575d5db7f14f
parent 2157 7cb0aa497326
child 2160 0ef04962e112
child 2169 c06fdb6b57bd
--- 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/";
 		});