From 05fedb21f608e229c324e5179d60ccff57a9b549 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Jul 02 2021 19:32:53 +0000 Subject: spec: use make_install macro make_install is: /usr/bin/make install DESTDIR=%{buildroot} INSTALL="/usr/bin/install -p" Signed-off-by: Cole Robinson --- diff --git a/qemu.spec b/qemu.spec index 5269fec..a4108ba 100644 --- a/qemu.spec +++ b/qemu.spec @@ -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