On Thu, Jan 31, 2013 at 08:44:03 -0700, Eric Blake wrote:
On 01/31/2013 07:38 AM, Jiri Denemark wrote:
> The macro was made to help installing broken packages that did not use
> DESTDIR correctly by overriding individual path variables (prefix,
> sysconfdir, ...). Newer rpm provides fixed make_install macro that calls
> make install with just the correct DESTDIR, however it is not available
> everywhere (e.g., RHEL 5 does not have it). On the other hand the
> make_install macro is simple and straightforward enough for us to use
> its expansion directly.
> ---
> libvirt.spec.in | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
ACK.
Pushed, thanks.
Jirka