mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 12:51:12 +00:00
12 lines
363 B
Meson
12 lines
363 B
Meson
|
install_data('vsh', install_dir: bash_completion_dir)
|
||
|
|
||
|
meson.add_install_script(
|
||
|
meson_python_prog.path(), python3_prog.path(), meson_install_symlink_prog.path(),
|
||
|
bash_completion_dir, 'vsh', 'virsh',
|
||
|
)
|
||
|
|
||
|
meson.add_install_script(
|
||
|
meson_python_prog.path(), python3_prog.path(), meson_install_symlink_prog.path(),
|
||
|
bash_completion_dir, 'vsh', 'virt-admin',
|
||
|
)
|