summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-06-11 20:07:05 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-06-11 20:07:05 +0200
commit1da8c1cef889977fd128a80605fe1b94798dab4b (patch)
tree59868ad310b209f08ad17df854add14ceb0d07a1
parentcca2cf9588e276284fd03711ab5d7eaf4ee9e6cc (diff)
downloadmm-common-1da8c1cef889977fd128a80605fe1b94798dab4b.tar.gz
meson.build: Give installed mm-common-prepare execution permission
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 085405f..8b3fe7c 100644
--- a/meson.build
+++ b/meson.build
@@ -140,7 +140,8 @@ configure_file(
input: join_paths('util', 'mm-common-prepare.in'),
output: '@BASENAME@',
configuration: conf_data3,
- install_dir: mm_common_bindir
+ install_dir: mm_common_bindir,
+ install_mode: 'rwxr-xr-x'
)
# mm-common-prepare.1 manual page.