On Mon, Apr 27, 2020 at 01:52:13PM +0100, Daniel P. Berrangé wrote:
On Sat, Apr 25, 2020 at 10:59:45PM +0200, Andrea Bolognani wrote:
> People who install the RPM packages already get this, but it's
> good practice so let's make it happen for those who install from
> source as well.
Do we really want this ? I've not noticed apps doing this in
general - these files are usually non-installed with autotools
and meson AFAIK.
It was probably my motivation not to install them in the first place as
well because the user already has the files from sources so there is
usually no need to install them.
I've checked systemd and they are installing these files using meson but
GLib for example is not installing them.
After checking other libvirt projects we are not installing this files
using autotools or other build systems.
Taking all of that into account I'm changing my mind and we should not
install these files from sources as well.
Pavel