]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Ensure to prefix %{buildroot} when overriding systemd install location
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 8 Dec 2011 13:29:22 +0000 (13:29 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 8 Dec 2011 15:48:49 +0000 (15:48 +0000)
commit011a3350bef4d4c343f2a0182cafe3c4904c66a8
treec284641a5b1fba54004f1338193a3f1ebf80879c
parent608786fc5204136aa18d5985026a7a2121786809
Ensure to prefix %{buildroot} when overriding systemd install location

The %makeinstall macro does not set DESTDIR, instead of explicitly
prefixes %{buildroot} onto all paths. Thus we need to do the same
when setting the systemd unit dir

* libvirt.spec.in: Prefix %{buildroot} onto %{unitdir}
libvirt.spec.in