mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
Fix a syntax error.
This commit is contained in:
parent
7ace3a9fd4
commit
23c8cf095f
@ -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',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user