Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Mar 15, 2020
1 parent 68a9c4c commit 87e8b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nimblepkg/packageinfo.nim
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ proc iterInstallFiles*(realDir: string, pkgInfo: PackageInfo,

iterFilesWithExt(realDir, pkgInfo, action)
else:
for kind, file in walkDir(realDir):
for kind, file in walkDir(realDir, checkDir = false):
if kind == pcDir:
let skip = pkgInfo.checkInstallDir(realDir, file)
if skip: continue
Expand Down

0 comments on commit 87e8b1c

Please sign in to comment.