]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
examples: Sort list
authorAndrea Bolognani <abologna@redhat.com>
Mon, 5 Dec 2022 23:11:33 +0000 (00:11 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 6 Dec 2022 15:52:10 +0000 (16:52 +0100)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
examples/systemtap/meson.build

index f31187e1877321a562f08cf2fd8fff595c720f56..e9874846e6f516d595e2c23cbe5a93721340349e 100644 (file)
@@ -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',
 )