From 72fc0661c9d06d80002cf377b61806dafbe58b6d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Aug 21 2019 06:53:57 +0000 Subject: Fix the build --- diff --git a/d-feet.spec b/d-feet.spec index f813ea6..c64013b 100644 --- a/d-feet.spec +++ b/d-feet.spec @@ -38,6 +38,13 @@ D-Bus objects of running programs and invoke methods on those objects. %install %meson_install +# use noarch location +%if "%{python3_sitearch}" != "%{python3_sitelib}" +mkdir -p %{buildroot}%{python3_sitelib} +mv %{buildroot}%{python3_sitearch}/dfeet/ \ + %{buildroot}%{python3_sitelib}/ +%endif + %find_lang d-feet --with-gnome %check