]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
meson: fix sysusers/tmpfiles installation
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 12 Oct 2020 12:10:20 +0000 (14:10 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 12 Oct 2020 12:57:01 +0000 (14:57 +0200)
commitff0e660612511f1fc2770204f53d0fa180c78862
treebeb15101971e34a5b6de62f6e5c8b9f6d1564a81
parentc75afaf6ef93d322342a40bda666a94985f55fa9
meson: fix sysusers/tmpfiles installation

Target name must be unique in meson, but the installed files share
the same name. To get around this, use a temporary target name and
rename it when installing the file to its proper location.
systemd/meson.build