Commit a22213e4 authored by Mihai Moldovan's avatar Mihai Moldovan

nx-libs.spec: only remove files in the BuildRoot.

We have no intention to remove system libraries.
parent dfa24dd8
......@@ -443,7 +443,7 @@ rm -r %{buildroot}%{_includedir}/nx-X11/extensions/*Xv*.h
rm -r %{buildroot}%{_includedir}/nx-X11/Xtrans
#Remove our shared libraries' .la files before wrapping up the packages
rm %{_libdir}/*.la
rm %{buildroot}%{_libdir}/*.la
%if 0%{?fdupes:1}
%fdupes %{buildroot}%{_prefix}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment