Fix permissions for geocode-parameters plugin
authorAndreas Rönnquist <gusnan@librem.one>
Sat, 27 Jan 2024 12:12:51 +0000 (13:12 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sun, 28 Jan 2024 10:17:04 +0000 (10:17 +0000)
plugins/geocode-parameters/meson.build

index 921ad35..1243f5f 100644 (file)
@@ -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')