[packages/mozilla-thunderbird] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:23:49 CEST 2025
commit 42ec2a486f0f970f02790bd67756dc371d9f6a35
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:23:33 2025 +0200
Fix applying patches.
mozilla-thunderbird.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/mozilla-thunderbird.spec b/mozilla-thunderbird.spec
index 10e511e..e979564 100644
--- a/mozilla-thunderbird.spec
+++ b/mozilla-thunderbird.spec
@@ -151,14 +151,14 @@ dodające funkcjonalność kalendarza.
%setup -qc
%{__mv} comm-esr31 mozilla
cd mozilla
-%patch2 -p1
-%patch3 -p1
-%patch4 -p2
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p2
-%patch10 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p2
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
+%patch -P9 -p2
+%patch -P10 -p1
%build
cd mozilla
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mozilla-thunderbird.git/commitdiff/42ec2a486f0f970f02790bd67756dc371d9f6a35
More information about the pld-cvs-commit
mailing list