File: fix_permission.patch

package info (click to toggle)
drum-machine 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,124 kB
  • sloc: python: 3,067; xml: 19; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: fix permission

Author: Seyed Mohamad Amin Modaresi <modaresisofthard@proton.me>

Forwarded: not-needed

diff --git a/src/meson.build b/src/meson.build
index bf5e6d9..cfb4b94 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -23,7 +23,7 @@ configure_file(
   configuration: conf,
   install: true,
   install_dir: get_option('bindir'),
-  install_mode: 'r-xr-xr-x'
+  install_mode: 'rwxr-xr-x'
 )
 
 drum_machine_sources = [