mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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.actime = time(NULL);
|
||||||
utb.modtime = s._timestamp;
|
utb.modtime = s._timestamp;
|
||||||
utime(output_pathname.c_str(), &utb);
|
utime(output_pathname.c_str(), &utb);
|
||||||
|
#ifndef _WIN32
|
||||||
|
chmod(output_pathname.c_str(), 0555);
|
||||||
|
#endif
|
||||||
|
|
||||||
++num_processed;
|
++num_processed;
|
||||||
if (package != NULL) {
|
if (package != NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user