]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop double .in suffix for o.fd.systemd1.policy file
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Feb 2018 11:37:42 +0000 (12:37 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Feb 2018 12:01:12 +0000 (13:01 +0100)
This file is now undergoing just one transformation, so drop the unnecessary
suffix.

src/core/meson.build
src/core/org.freedesktop.systemd1.policy.in [moved from src/core/org.freedesktop.systemd1.policy.in.in with 100% similarity]

index c58893b7cb1ef91b8f0059af6b62db13965a3d2d..01706dbf294d5dc7ecb8359c869f716f103901de 100644 (file)
@@ -212,7 +212,7 @@ install_data('org.freedesktop.systemd1.service',
              install_dir : dbussystemservicedir)
 
 policy = configure_file(
-        input : 'org.freedesktop.systemd1.policy.in.in',
+        input : 'org.freedesktop.systemd1.policy.in',
         output : 'org.freedesktop.systemd1.policy',
         configuration : substs)
 install_data(policy,