spec: Add llama-mtmd-cli to the completions
Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
This commit is contained in:
parent
66330c5eaa
commit
54456bb584
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ install -Dp examples/*.py -t %buildroot%_datadir/%name/examples
|
|||
rm %buildroot%_bindir/test-*
|
||||
# Completions.
|
||||
install -Dpm644 llama.bash %buildroot%_datadir/bash-completion/completions/llama-cli
|
||||
printf '%%s\n' llama-server llama-simple llama-run |
|
||||
printf '%%s\n' llama-server llama-simple llama-run llama-mtmd-cli |
|
||||
xargs -ti ln -s llama-cli %buildroot%_datadir/bash-completion/completions/{}
|
||||
|
||||
%check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue