Give execute permissions, otherwise p3dcert won't run here

This commit is contained in:
rdb 2009-09-19 17:14:00 +00:00
parent 30a2c57cb3
commit b6de452a12

View File

@ -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) {