[packages/icedove] - added sh patch (fixes argumentless for taking last positional args)

qboosh qboosh at pld-linux.org
Mon May 12 16:31:23 CEST 2014


commit b3ab192fd6942f3e8dac3a8098cbd6d176e5f46a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon May 12 16:33:57 2014 +0200

    - added sh patch (fixes argumentless for taking last positional args)

 icedove-sh.patch | 12 ++++++++++++
 icedove.spec     |  2 ++
 2 files changed, 14 insertions(+)
---
diff --git a/icedove.spec b/icedove.spec
index 679ce90..a9e1cfb 100644
--- a/icedove.spec
+++ b/icedove.spec
@@ -42,6 +42,7 @@ Source4:	%{name}.desktop
 Source5:	%{name}.sh
 Patch0:		%{name}-branding.patch
 Patch1:		%{name}-enigmail-shared.patch
+Patch2:		%{name}-sh.patch
 Patch3:		%{name}-fonts.patch
 Patch6:		%{name}-prefs.patch
 Patch7:		system-mozldap.patch
@@ -191,6 +192,7 @@ cd mozilla
 /bin/sh %{SOURCE3}
 %patch0 -p1
 %{?with_enigmail:%patch1 -p1}
+%patch2 -p1
 %patch3 -p1
 %patch6 -p1
 %patch7 -p1
diff --git a/icedove-sh.patch b/icedove-sh.patch
new file mode 100644
index 0000000..5666d73
--- /dev/null
+++ b/icedove-sh.patch
@@ -0,0 +1,12 @@
+--- mozilla/configure.orig	2014-04-24 18:27:27.000000000 +0200
++++ mozilla/configure	2014-05-11 15:43:20.989605097 +0200
+@@ -1091,9 +1091,6 @@
+ files = [
+ EOF
+ 
+-for out in ; do
+-  echo "    '$out'," >> $CONFIG_STATUS
+-done
+ 
+ cat >> $CONFIG_STATUS <<\EOF
+ ]
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/icedove.git/commitdiff/b3ab192fd6942f3e8dac3a8098cbd6d176e5f46a



More information about the pld-cvs-commit mailing list