[libvirt PATCH 1/2] examples: Sort list

Andrea Bolognani abologna at redhat.com
Tue Dec 6 15:30:14 UTC 2022


Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 examples/systemtap/meson.build | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/systemtap/meson.build b/examples/systemtap/meson.build
index f31187e187..e9874846e6 100644
--- a/examples/systemtap/meson.build
+++ b/examples/systemtap/meson.build
@@ -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',
 )
-- 
2.38.1



More information about the libvir-list mailing list