diff options
-rw-r--r-- | src/luarocks/deps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/deps.lua b/src/luarocks/deps.lua index 194e0e7e..a669ad66 100644 --- a/src/luarocks/deps.lua +++ b/src/luarocks/deps.lua | |||
@@ -568,7 +568,7 @@ function check_external_deps(rockspec, mode) | |||
568 | end | 568 | end |
569 | end | 569 | end |
570 | else | 570 | else |
571 | found = fs.exists(dir.path(dirdata.dir, f)) | 571 | found = fs.is_file(dir.path(dirdata.dir, f)) |
572 | end | 572 | end |
573 | if found then | 573 | if found then |
574 | break | 574 | break |