Leave note on removal of all binaries when installing clang compat
This commit is contained in:
parent
a5fb671bd5
commit
5bc37fd0a9
@ -106,6 +106,10 @@ cd ..
|
||||
|
||||
%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
|
||||
rm -Rf %{buildroot}%{install_bindir}
|
||||
rm -Rf %{buildroot}%{install_prefix}/share
|
||||
|
Loading…
Reference in New Issue
Block a user