build: Style fixes

https://github.com/containers/toolbox/pull/1123
This commit is contained in:
Debarshi Ray 2022-10-21 15:57:47 +02:00
parent f5388cfc06
commit bd6e9d66d9

View file

@ -21,7 +21,7 @@ custom_target(
depends: [toolbox_go], depends: [toolbox_go],
install: true, install: true,
install_dir: bashcompletionsdir, install_dir: bashcompletionsdir,
output: 'toolbox' output: 'toolbox',
) )
custom_target( custom_target(
@ -31,7 +31,7 @@ custom_target(
depends: [toolbox_go], depends: [toolbox_go],
install: true, install: true,
install_dir: get_option('datadir') / 'zsh' / 'site-functions', install_dir: get_option('datadir') / 'zsh' / 'site-functions',
output: '_toolbox' output: '_toolbox',
) )
custom_target( custom_target(
@ -41,5 +41,5 @@ custom_target(
depends: [toolbox_go], depends: [toolbox_go],
install: true, install: true,
install_dir: fishcompletionsdir, install_dir: fishcompletionsdir,
output: 'toolbox.fish' output: 'toolbox.fish',
) )