Skip to content

Commit

Permalink
Ensure installed modules are not executable
Browse files Browse the repository at this point in the history
Match the permissions that were being applied by setuptools.
  • Loading branch information
cjmayo committed Apr 26, 2024
1 parent 4e6e4c8 commit 78f9b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ packages = ['fract4d', 'fract4d_compiler', 'fract4dgui']
foreach p: packages
install_subdir(p,
install_dir: py.get_install_dir(),
install_mode: 'rw-r--r--',
exclude_directories: ['tests', 'builder', 'c', 'fract4d_new'],
exclude_files: ['gnofract4d.css', 'gnofract4d.gresource.xml'],
)
Expand Down

0 comments on commit 78f9b2a

Please sign in to comment.