chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:58:57 +0000 (07:58 +0200)
This file is now undergoing just one transformation, so drop the unnecessary
suffix.

src/core/meson.build

index cdbc57d4cca1b5b6c9dc2fd10b4a5d6814a9d212..6bb177bc041721ddcd97cfadcc0bcea0f46d3403 100644 (file)
@@ -222,7 +222,7 @@ libcore_la_sources = files('''
 #              install_dir : dbussystemservicedir)
 # 
 # policy = configure_file(
-#         input : 'org.freedesktop.systemd1.policy.in.in',
+#         input : 'org.freedesktop.systemd1.policy.in',
 #         output : 'org.freedesktop.systemd1.policy',
 #endif // 0
         configuration : substs)