util/dependencies.lua

changeset 2299
b7d25e1ac716
parent 2170
2abca9cc78b1
parent 2298
508d9dc70bb4
child 2510
97b5ea975cb9
--- a/util/dependencies.lua	Wed Dec 02 20:35:31 2009 +0000
+++ b/util/dependencies.lua	Wed Dec 02 22:15:17 2009 +0000
@@ -57,7 +57,7 @@
 if not lfs then
 	missingdep("luafilesystem", {
 			["luarocks"] = "luarocks install luafilesystem";
-	 		["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-luafilesystem0";
+	 		["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-filesystem0";
 	 		["Source"] = "http://www.keplerproject.org/luafilesystem/";
 	 	});
 	fatal = true;

mercurial