spec: use make_install macro

make_install is: /usr/bin/make install DESTDIR=%{buildroot} INSTALL="/usr/bin/install -p"

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2021-07-02 15:32:53 -04:00
parent 0ae9d20128
commit 05fedb21f6
1 changed files with 1 additions and 1 deletions

View File

@ -1566,7 +1566,7 @@ install -p -m 0644 %{_sourcedir}/README.tests %{buildroot}%{testsdir}/README
# Do the actual qemu tree install
pushd %{qemu_kvm_build}
make DESTDIR=%{buildroot} install
%make_install
popd