From aa162d41e4853c4ddc156a1e9803284c7695db36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20R=C3=B6nnquist?= Date: Sat, 27 Jan 2024 13:12:51 +0100 Subject: [PATCH] Fix permissions for geocode-parameters plugin --- plugins/geocode-parameters/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/geocode-parameters/meson.build b/plugins/geocode-parameters/meson.build index 921ad35b..1243f5f3 100644 --- a/plugins/geocode-parameters/meson.build +++ b/plugins/geocode-parameters/meson.build @@ -11,4 +11,4 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -install_data('geocode-parameters.awk', install_dir : gq_bindir) +install_data('geocode-parameters.awk', install_dir : gq_bindir, install_mode : 'rwxr-xr-x') -- 2.20.1