We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5b1766 + 458d8f5 commit df60fb1Copy full SHA for df60fb1
2 files changed
howdy-gtk/meson.build
@@ -40,7 +40,6 @@ if get_option('install_in_site_packages')
40
sources,
41
py_paths,
42
subdir: 'howdy-gtk',
43
- install_mode: 'r--r--r--',
44
install_tag: 'py_sources',
45
)
46
else
@@ -79,4 +78,4 @@ install_data(
79
78
install_mode: 'rwxr-xr-x',
80
install_dir: get_option('prefix') / get_option('bindir'),
81
install_tag: 'bin',
82
-)
+)
howdy/src/meson.build
@@ -74,7 +74,6 @@ if get_option('install_in_site_packages')
74
py_sources,
75
subdir: 'howdy',
76
preserve_path: true,
77
@@ -167,4 +166,4 @@ install_data(
167
166
168
install_dir: get_option('bindir'),
169
170
0 commit comments