From 23c8cf095f2f5c21f3729e045281d2be5aac0ef2 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sun, 23 May 2021 13:17:12 -0500 Subject: [PATCH] Fix a syntax error. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index cb2c62c..5388b01 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ etcdir = get_option('etcdir') g13dir = join_paths(pylibdir, 'g13gui') install_data( - files('bin/g13gui', 'bin/g13-clock', 'bin/g13-profiles') + files('bin/g13gui', 'bin/g13-clock', 'bin/g13-profiles'), install_dir: bindir, install_mode: 'rwxr-xr-x', )