From: Jakub Bogusz Date: Fri, 22 Apr 2022 19:56:24 +0000 (+0200) Subject: - fix bindinatordir on archs with _lib!="lib" X-Git-Tag: auto/th/bindinator-1.0-0.20201020.1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=2235f3e77b829b989661f5cfad14ea9ccd466ba9;p=packages%2Fbindinator.git - fix bindinatordir on archs with _lib!="lib" --- diff --git a/bindinator.spec b/bindinator.spec index 88e45c8..883f69d 100644 --- a/bindinator.spec +++ b/bindinator.spec @@ -45,11 +45,13 @@ wywołaniu z nazwą pliku gir generuje projekt z wiązaniami C#. %{__aclocal} %{__autoconf} %{__automake} +# provide libdir consistent with .xslt files paths defined in configure %configure \ %if "%{_host_cpu}" != "x32" --host=%{_host} \ - --build=%{_host} + --build=%{_host} \ %endif + --libdir=%{_prefix}/lib %{__make}