]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lastlog2,uuidd: rename tmpfiles config file
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 15 Jan 2025 21:36:58 +0000 (22:36 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 15 Jan 2025 21:37:26 +0000 (22:37 +0100)
We don't want 'tmpfiles' in the file name.

misc-utils/meson.build

index c612440bfd7542f60944db0f7d8712160747cd02..c9c0b220df66d9dd78c588248e3a988c7dec3758 100644 (file)
@@ -69,7 +69,8 @@ if build_liblastlog2 and systemd.found()
     configuration : conf)
   install_data(
     lastlog2_tmpfiles,
-    install_dir : '/usr/lib/tmpfiles.d')
+    install_dir : '/usr/lib/tmpfiles.d',
+    rename : 'lastlog2.conf')
 
   lastlog2_service = configure_file(
     input : 'lastlog2-import.service.in',
@@ -87,7 +88,8 @@ if build_uuidd and systemd.found()
     configuration : conf)
   install_data(
     uuidd_tmpfiles,
-    install_dir : '/usr/lib/tmpfiles.d')
+    install_dir : '/usr/lib/tmpfiles.d',
+    rename : 'uuidd.conf')
 
   uuidd_service = configure_file(
     input : 'uuidd.service.in',