cleaner: don't change permissions on paths marked skip_clean

This commit is contained in:
Jack Nagel 2013-08-28 12:00:06 -05:00
parent e38dd0b764
commit e5cd33c7a9

View File

@ -80,7 +80,7 @@ class Cleaner
path.unlink unless @f.skip_clean? path
elsif not path.symlink?
# Fix permissions
clean_file_permissions path
clean_file_permissions(path) unless @f.skip_clean? path
end
end
end