Skip to content

Commit

Permalink
Merge pull request #357 from City-busz/bin-exec
Browse files Browse the repository at this point in the history
Make launch script executable
  • Loading branch information
mrvladus authored Dec 2, 2024
2 parents 769a494 + dabb39c commit 6c2afaa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Empty file modified errands/errands.py
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion errands/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ configure_file(
configuration: conf,
install: true,
install_dir: get_option('bindir'),
install_mode: 'r-xr--r--'
)

install_data('application.py', install_dir: moduledir)
Expand Down
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ configure_file(
configuration: conf,
install: true,
install_dir: get_option('bindir'),
install_mode: 'r-xr--r--',
)
install_data(join_paths('errands', 'application.py'), install_dir: moduledir)
install_data(join_paths('errands', 'state.py'), install_dir: moduledir)
Expand Down

0 comments on commit 6c2afaa

Please sign in to comment.