Leave note on removal of all binaries when installing clang compat

This commit is contained in:
Konrad Kleine 2024-05-13 13:13:03 +00:00
parent 384964f66e
commit 12f6088822

View file

@ -106,6 +106,10 @@ cd ..
%if %{with compat_build} %if %{with compat_build}
# TODO(kkleine): I don't know if the removal of every binary
# below is what we want to do in big-merge for compat packages.
# Re-evaluate this!
# Remove binaries/other files # Remove binaries/other files
rm -Rf %{buildroot}%{install_bindir} rm -Rf %{buildroot}%{install_bindir}
rm -Rf %{buildroot}%{install_prefix}/share rm -Rf %{buildroot}%{install_prefix}/share