diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-11 05:24:38 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-11 05:24:38 +0000 |
commit | 50c0eb6c1f507cb0f2f9e2985650132782650fe1 (patch) | |
tree | 9dac9b7bbce3acf426a36a53556b8a273d092b96 | |
parent | b70275dd54a8419f4bd7387bea1e7afea6c163f0 (diff) | |
download | luarocks-50c0eb6c1f507cb0f2f9e2985650132782650fe1.tar.gz luarocks-50c0eb6c1f507cb0f2f9e2985650132782650fe1.tar.bz2 luarocks-50c0eb6c1f507cb0f2f9e2985650132782650fe1.zip |
fix typo
git-svn-id: http://luarocks.org/svn/luarocks/trunk@81 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
-rw-r--r-- | src/luarocks/rep.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/rep.lua b/src/luarocks/rep.lua index 8134a678..5eb8860a 100644 --- a/src/luarocks/rep.lua +++ b/src/luarocks/rep.lua | |||
@@ -227,7 +227,7 @@ function deploy_files(name, version) | |||
227 | 227 | ||
228 | local ok, err = true | 228 | local ok, err = true |
229 | if rock_manifest.bin then | 229 | if rock_manifest.bin then |
230 | ok, err = deploy_file_tree(rock_manifest.bin, path_bin_dir(name, version), cfg.deploy_bin_dir, install_binary) | 230 | ok, err = deploy_file_tree(rock_manifest.bin, path.bin_dir(name, version), cfg.deploy_bin_dir, install_binary) |
231 | end | 231 | end |
232 | if ok and rock_manifest.lua then | 232 | if ok and rock_manifest.lua then |
233 | ok, err = deploy_file_tree(rock_manifest.lua, path.lua_dir(name, version), cfg.deploy_lua_dir) | 233 | ok, err = deploy_file_tree(rock_manifest.lua, path.lua_dir(name, version), cfg.deploy_lua_dir) |