Am 25.08.20 um 10:32 schrieb Dominique Leuenberger / DimStar:
Dear Tumbleweed users and hackers,
After a few months of hard labor by many package maintainers, we reached the point where we could merge the change for %_libexecdir now.
In llvm, we're currently moving some files from /usr/libexec to /usr/bin as a leftover from earlier times: mv %{buildroot}%{_prefix}/libexec/{c++,ccc}-analyzer \ %{buildroot}%{_bindir} Now I would like to change that, but older distros still have %{_libexecdir} == /usr/lib and the executable is expected in either /usr/libexec or /usr/bin. Any advice on this? My idea would be to branch on %{_libexecdir} == /usr/libexec and fall back to %{_bindir} if that isn't satisfied. Best regards, Aaron -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org