Fix a syntax error.

This commit is contained in:
June Tate-Gans 2021-05-23 13:17:12 -05:00
parent 7ace3a9fd4
commit 23c8cf095f

View File

@ -11,7 +11,7 @@ etcdir = get_option('etcdir')
g13dir = join_paths(pylibdir, 'g13gui') g13dir = join_paths(pylibdir, 'g13gui')
install_data( install_data(
files('bin/g13gui', 'bin/g13-clock', 'bin/g13-profiles') files('bin/g13gui', 'bin/g13-clock', 'bin/g13-profiles'),
install_dir: bindir, install_dir: bindir,
install_mode: 'rwxr-xr-x', install_mode: 'rwxr-xr-x',
) )