build: *really* install tmpfiles.d/systemd-remote.conf when necessary (#6061)
authorFranck Bui <fbui@suse.com>
Wed, 31 May 2017 13:44:08 +0000 (15:44 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 31 May 2017 13:44:08 +0000 (09:44 -0400)
commitf47183183cffb203c00cb630564d4fc525dfcf57
tree5d9aff6600985171c094cb81cf0b4686e9701cea
parent5e354b22520bbb02e5079672a6f97fe05f185d63
build: *really* install tmpfiles.d/systemd-remote.conf when necessary (#6061)

This fixes commit 5e354b22520bbb02e which was an attempt to avoid installation
of tmpfiles.d/systemd-remote.conf when it was not needed (ie HAVE_REMOTE=false).

Before this fix and with the autotool build, systemd-remote.conf was
distributed and also installed (although it was empty) even though
HAVE_REMOTE=false.

That's what happens when doing last second changes without retesting...

While at it, update tmpfiles.d/.gitignore (var.conf was missing as well
since commit a083537e5d11b).
Makefile.am
tmpfiles.d/.gitignore