Hi,
getting forward with the fingerprint-gui port…it compiles but does not install correctly: It want to install into /usr/lib, but OBS looks for it in /usr/lib64
%build
%qmake5 QMAKE_CXXFLAGS="-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include" PREFIX=/usr LIB=%{_libdir}
make
%{_libdir} is architecture-dependent, in this case it points to /usr/lib64
The idea was to add LIBEXEC=%{_libdir}, but this then installs into /usr/usr/lib64, which is not a good idea either.
Is there a (standard) trick how to point the installation path to the right direction?
Package in problem is https://build.opensuse.org/package/show/home:DocB:branches:hardware/fingerprint-gui