mirror of https://gitee.com/openkylin/libvirt.git
examples: Sort list
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
75952d1874
commit
5e10d69769
|
@ -1,9 +1,9 @@
|
|||
install_data(
|
||||
[
|
||||
'rpc-monitor.stp',
|
||||
'qemu-monitor.stp',
|
||||
'lock-debug.stp',
|
||||
'events.stp',
|
||||
'lock-debug.stp',
|
||||
'qemu-monitor.stp',
|
||||
'rpc-monitor.stp',
|
||||
],
|
||||
install_dir: example_dir / 'systemtap',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue