From 91937e03221882c0db2e6571a8a8f4e0a125225d Mon Sep 17 00:00:00 2001 From: Tigro Date: Tue, 23 Oct 2012 15:04:10 +0400 Subject: [PATCH] strip libs --- chromium-browser-stable.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chromium-browser-stable.spec b/chromium-browser-stable.spec index 82c940b..d584f3e 100644 --- a/chromium-browser-stable.spec +++ b/chromium-browser-stable.spec @@ -169,6 +169,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/%{crname} install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/%{crname}/ install -m 0644 %{SOURCE31} %{buildroot}%{_sysconfdir}/%{crname}/ +find %{buildroot} -name "*.nexe" -exec strip {} \; + %clean rm -rf %{buildroot}