From 0ae9d20128943a08084ddbcae0e5aa070b3e8bc3 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Jul 02 2021 19:32:09 +0000 Subject: spec: Drop make install sharedir and datadir usage qemu doesn't use sharedir. datadir is set at configure time Signed-off-by: Cole Robinson --- diff --git a/qemu.spec b/qemu.spec index bed67bd..5269fec 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1566,10 +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} \ - sharedir="%{_datadir}/%{name}" \ - datadir="%{_datadir}/%{name}" \ - install +make DESTDIR=%{buildroot} install popd