]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
spec: Avoid using makeinstall relic
authorJiri Denemark <jdenemar@redhat.com>
Thu, 31 Jan 2013 14:31:37 +0000 (15:31 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 31 Jan 2013 15:53:19 +0000 (16:53 +0100)
commitd45066a55f866a793f346bde1ac6d0f552aa9e52
tree2687de4461ddc1bfa94e57c327237da660a5be87
parenta6b8bae5a6a4752926eba409202ec061d81c6c8a
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.
libvirt.spec.in