Bug #2049
Mis à jour par Matthieu Decorde il y a plus de 8 ans
Linux and Mac OS X need the CQP binary file rights to be executable.
Notes:
* JAR (and ZIP) don't store file h3. Solution 1
Extract files from archive with their original access rights (TAR and GZ do)
* a chmod commands does not works because the owner is different (same group is not enough?). (including execution rights).
h3. Solution 2
The Patch files are gzipped and extracted when the plugin is doing its post-installation do have the right owner and be able to change the execution access rights.
Notes:
* JAR (and ZIP) don't store file h3. Solution 1
Extract files from archive with their original access rights (TAR and GZ do)
* a chmod commands does not works because the owner is different (same group is not enough?). (including execution rights).
h3. Solution 2
The Patch files are gzipped and extracted when the plugin is doing its post-installation do have the right owner and be able to change the execution access rights.