diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-15 15:20:16 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-15 15:20:16 +0100 |
commit | a22213e47e5b53f29dc6ac82d983ce42a98cdfac (patch) | |
tree | cc78a4b029b7c1273e10043e6f7007a870f0bd07 /nx-libs.spec | |
parent | dfa24dd8f77edd7102eb21025e4428344d5b60c3 (diff) | |
download | nx-libs-a22213e47e5b53f29dc6ac82d983ce42a98cdfac.tar.gz nx-libs-a22213e47e5b53f29dc6ac82d983ce42a98cdfac.tar.bz2 nx-libs-a22213e47e5b53f29dc6ac82d983ce42a98cdfac.zip |
nx-libs.spec: only remove files in the BuildRoot.
We have no intention to remove system libraries.
Diffstat (limited to 'nx-libs.spec')
-rw-r--r-- | nx-libs.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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} |