| | |
| | | |
| | | if (entry.isDirectory()) |
| | | { |
| | | String perm = getDirectoryFileSystemPermissions(destination); |
| | | String perm = getDirectoryFileSystemPermissions(); |
| | | addPermission(destination, permissions, perm); |
| | | if (!Utils.createDirectory(destination)) |
| | | { |
| | |
| | | |
| | | /** |
| | | * Returns the file system permissions for a directory. |
| | | * @param path the directory for which we want the file permissions. |
| | | * @return the file system permissions for the directory. |
| | | */ |
| | | private String getDirectoryFileSystemPermissions(File path) |
| | | private String getDirectoryFileSystemPermissions() |
| | | { |
| | | // TODO We should get this dynamically during build? |
| | | return "755"; |