From a22213e47e5b53f29dc6ac82d983ce42a98cdfac Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Fri, 15 Dec 2017 15:20:16 +0100 Subject: nx-libs.spec: only remove files in the BuildRoot. We have no intention to remove system libraries. --- nx-libs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nx-libs.spec') diff --git a/nx-libs.spec b/nx-libs.spec index 480d08bcc..d56bc354b 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -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} -- cgit v1.2.3