Comment 14 for bug 602005

Revision history for this message
Alex Valavanis (valavanisalex) wrote :

Part of the problem here is that the JavaScript extension files are installed using a _SCRIPTS Automake rule. This adds the "executable" flag to the files, but it is not possible to run any of the *.js files as standalone scripts. It would be better to use a _DATA rule, which just copies the file without changing the permissions.

If no one objects, I will commit the following changes to trunk:
* Add shebang to voronoi.py
* Move *.js files to the _DATA rule in share/extensions/Makefile.am