Skip to content

Commit

Permalink
Merge pull request #871 from xiangluoming/beta
Browse files Browse the repository at this point in the history
fix errors when install_in_site_package in meson.build.
  • Loading branch information
musikid committed Dec 23, 2023
2 parents c5b1766 + 458d8f5 commit df60fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions howdy-gtk/meson.build
Expand Up @@ -40,7 +40,6 @@ if get_option('install_in_site_packages')
sources,
py_paths,
subdir: 'howdy-gtk',
install_mode: 'r--r--r--',
install_tag: 'py_sources',
)
else
Expand Down Expand Up @@ -79,4 +78,4 @@ install_data(
install_mode: 'rwxr-xr-x',
install_dir: get_option('prefix') / get_option('bindir'),
install_tag: 'bin',
)
)
3 changes: 1 addition & 2 deletions howdy/src/meson.build
Expand Up @@ -74,7 +74,6 @@ if get_option('install_in_site_packages')
py_sources,
subdir: 'howdy',
preserve_path: true,
install_mode: 'r--r--r--',
install_tag: 'py_sources',
)
else
Expand Down Expand Up @@ -167,4 +166,4 @@ install_data(
install_mode: 'rwxr-xr-x',
install_dir: get_option('bindir'),
install_tag: 'bin',
)
)

0 comments on commit df60fb1

Please sign in to comment.