]> git.pld-linux.org Git - packages/electron.git/commitdiff
drop empty locales (sync atom.spec)
authorElan Ruusamäe <glen@delfi.ee>
Thu, 17 Dec 2015 21:17:28 +0000 (23:17 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 17 Dec 2015 21:17:28 +0000 (23:17 +0200)
electron.spec

index f4c0844bbde7d244ab24c8097b851f87753b2dfc..0895c472a5fd92a707ae4ab2e407182b32963176 100644 (file)
@@ -36,6 +36,9 @@ and Chromium and is used in the Atom editor.
 %{__unzip} %{SOURCE2}
 %endif
 
+# remove empty locales
+find locales -size 0 | xargs rm -v
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.088591 seconds and 4 git commands to generate.