util.dependencies: Fix package name of LuaFilesystem

This commit is contained in:
Matthew Wild 2009-12-02 22:13:31 +00:00
parent beb6fa2f21
commit 6428065b5e

View file

@ -53,7 +53,7 @@ local lfs, err = softreq "lfs"
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;