On Tuesday 2020-08-25 22:33, Aaron Puchert wrote:
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?
%install ... if ! test -e %buildroot/%bindir/ccc-analyzer; then ln -s %_libexecdir/ccc-analyzer %buildroot/%bindir/ccc-analyzer fi ... It does not hurts to have a symlink too much. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org