[gitg/wip/swilmet/win32-installer-fixes: 2/2] win32: remove dup
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/wip/swilmet/win32-installer-fixes: 2/2] win32: remove dup
- Date: Tue, 27 Sep 2016 09:57:47 +0000 (UTC)
commit 2d8bada93d61027a70cc8c85c848ccbfeab147bc
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Sep 27 11:54:24 2016 +0200
win32: remove dup
'grep -v gtk30.mo' was present two times on the command line.
win32/make-installer | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/make-installer b/win32/make-installer
index 164cb9b..381a2e3 100644
--- a/win32/make-installer
+++ b/win32/make-installer
@@ -104,7 +104,7 @@ remove_useless_stuff() {
find installer/SourceDir -name *.exe | xargs strip
# remove some translation which seem to add a lot of size
- find installer/SourceDir/share/locale/ -type f | grep -v atk10.mo | grep -v gtk30.mo | grep -v libpeas.mo
| grep -v gsettings-desktop-schemas.mo | grep -v json-glib-1.0.mo | grep -v glib20.mo | grep -v gitg.mo |
grep -v gdk-pixbuf.mo | grep -v gtk30.mo | grep -v gtk30-properties.mo | grep -v gtksourceview-3.0.mo | grep
-v iso_*.mo | xargs rm
+ find installer/SourceDir/share/locale/ -type f | grep -v atk10.mo | grep -v libpeas.mo | grep -v
gsettings-desktop-schemas.mo | grep -v json-glib-1.0.mo | grep -v glib20.mo | grep -v gitg.mo | grep -v
gdk-pixbuf.mo | grep -v gtk30.mo | grep -v gtk30-properties.mo | grep -v gtksourceview-3.0.mo | grep -v
iso_*.mo | xargs rm
find installer/SourceDir/share/locale -type d | xargs rmdir -p --ignore-fail-on-non-empty
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]