On Thu, 26 Jul 2012, Thierry Vignaud wrote:
On 26 July 2012 14:12, Christiaan Welvaart <[email protected]> wrote:
Cjw, for some reason, g-ir-extract-deps is now in
%{_libdir}/rpm-mageia-setup/g-ir-extract-deps
instead of /usr/lib/rpm/mageia/g-ir-extract-deps
Caused by automake 1.12 I think. The solution is to add in the specfile:
%define _libexecdir %{_prefix}/lib
That makes it go to /usr/lib/rpm-mageia-setup/g-ir-extract-deps
But it was previously in /usr/lib/rpm/mageia/g-ir-extract-deps
So that's not all.
Oops, it was simply wrong. I think I fixed it in svn now (but automake
needs to be run to propagate the changes). The _libexecdir redefinition is
not needed.
Christiaan