]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: Avoid using makeinstall relic
authorJiri Denemark <jdenemar@redhat.com>
Thu, 31 Jan 2013 14:31:37 +0000 (15:31 +0100)
committerEric Blake <eblake@redhat.com>
Mon, 6 May 2013 20:55:17 +0000 (14:55 -0600)
commit8ac4f9ce74f676b6f321bea746fea2b826aff52d
tree69d209d1b52956a46d8a299d5a78dd598892e4ec
parent0b0ecdfc6da1857537219ef54cc892d84903c295
spec: Avoid using makeinstall relic

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.
(cherry picked from commit d45066a55f866a793f346bde1ac6d0f552aa9e52)
libvirt.spec.in