Fix x11 exported executables not getting the +x flag

This commit is contained in:
Marcelo Fernandez
2017-09-17 14:40:58 -03:00
parent 574a5714dc
commit 3528b1e571
8 changed files with 43 additions and 4 deletions

View File

@ -89,7 +89,7 @@ public:
static bool exists(String p_dir);
virtual size_t get_space_left() = 0;
virtual Error copy(String p_from, String p_to);
virtual Error copy(String p_from, String p_to, int chmod_flags = -1);
virtual Error rename(String p_from, String p_to) = 0;
virtual Error remove(String p_name) = 0;