aboutsummaryrefslogtreecommitdiffstats
path: root/util/dependencies.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-12-02 22:15:17 +0000
committerMatthew Wild <mwild1@gmail.com>2009-12-02 22:15:17 +0000
commit38377c072580f6195c00e27d771bdf6ca1f03df6 (patch)
tree2a32cd7576ced04c3975f11837a86948b7a75607 /util/dependencies.lua
parente6e7da8e0d18b47df439890229b6a61cff6ed8d4 (diff)
parent6428065b5edf506fba8305186f95fff8d100a5e6 (diff)
downloadprosody-38377c072580f6195c00e27d771bdf6ca1f03df6.tar.gz
prosody-38377c072580f6195c00e27d771bdf6ca1f03df6.zip
Merge with 0.6
Diffstat (limited to 'util/dependencies.lua')
-rw-r--r--util/dependencies.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dependencies.lua b/util/dependencies.lua
index b1d02921..cb022644 100644
--- a/util/dependencies.lua
+++ b/util/dependencies.lua
@@ -57,7 +57,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;