]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
- added sh patch (fixes argumentless for taking last positional args)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 May 2014 14:33:57 +0000 (16:33 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 May 2014 14:33:57 +0000 (16:33 +0200)
icedove-sh.patch [new file with mode: 0644]
icedove.spec

diff --git a/icedove-sh.patch b/icedove-sh.patch
new file mode 100644 (file)
index 0000000..5666d73
--- /dev/null
@@ -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
+ ]
index 679ce90fc1a45e8b06e32e46f288b17c8823511f..a9e1cfb5610c0fa9f9caabf6f437ec465bdb979f 100644 (file)
@@ -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
This page took 0.066416 seconds and 4 git commands to generate.