This commit is contained in:
Dominik Picheta 2013-01-12 20:25:01 +00:00
commit 9e33051345

View file

@ -148,7 +148,6 @@ proc copyFilesRec(origDir, currentDir, dest: string, pkgInfo: TPackageInfo) =
else:
var skip = false
if file.splitFile().name[0] == '.': skip = true
if file.splitFile().ext == "": skip = true
for ignoreFile in pkgInfo.skipFiles:
if samePaths(file, origDir / ignoreFile):
skip = true