Skip to content

Commit

Permalink
fix: Non-standard-executable-perm
Browse files Browse the repository at this point in the history
  • Loading branch information
tim77 committed Oct 1, 2023
1 parent 77e7938 commit 95d547f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configure_file(
configuration: conf,
install: true,
install_dir: get_option('bindir'),
install_mode: 'r-xr-xr-x'
install_mode: 'rwxr-xr-x'
)

speedtest_sources = [
Expand Down

0 comments on commit 95d547f

Please sign in to comment.