Fix x11 exported executables not getting the +x flag
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user