mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Give execute permissions, otherwise p3dcert won't run here
This commit is contained in:
parent
30a2c57cb3
commit
b6de452a12
@ -135,7 +135,9 @@ extract_all(const string &to_dir,
|
||||
utb.actime = time(NULL);
|
||||
utb.modtime = s._timestamp;
|
||||
utime(output_pathname.c_str(), &utb);
|
||||
|
||||
#ifndef _WIN32
|
||||
chmod(output_pathname.c_str(), 0555);
|
||||
#endif
|
||||
|
||||
++num_processed;
|
||||
if (package != NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user