Merge with 0.6

Wed, 02 Dec 2009 22:15:17 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 02 Dec 2009 22:15:17 +0000
changeset 2299
b7d25e1ac716
parent 2297
a67d06338db0 (current diff)
parent 2298
508d9dc70bb4 (diff)
child 2300
e182b5029ef2

Merge with 0.6

util/dependencies.lua file | annotate | diff | comparison | revisions
--- 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