mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Leave note on removal of all binaries when installing clang compat
This commit is contained in:
parent
a5fb671bd5
commit
5bc37fd0a9
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue