mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-25 01:35:17 +00:00
Leave note on removal of all binaries when installing clang compat
This commit is contained in:
parent
384964f66e
commit
12f6088822
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue