From c0032efc4fd919820a38f691d9c27a837f5fe484 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Mon, 25 Mar 2019 16:40:54 +0000 Subject: [PATCH] Make gamemoderun.in executable (#115) The install_mode option was only added in Meson 0.47. In versions prior to that, it will base the mode on the permissions of the source file, so set this executable to be compatible with older versions. See #115. --- data/gamemoderun.in | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 data/gamemoderun.in diff --git a/data/gamemoderun.in b/data/gamemoderun.in old mode 100644 new mode 100755