[packages/xulrunner] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:24:00 CEST 2025
commit 8eb812a271c1b8dafb43918e61a14c025c7947c0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:21 2025 +0200
Fix applying patches.
xulrunner.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 73991b5..1040ecf 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -188,14 +188,14 @@ cd mozilla
# hunspell needed for factory including mozHunspell.h
echo 'LOCAL_INCLUDES += $(MOZ_HUNSPELL_CFLAGS)' >> extensions/spellcheck/src/Makefile.in
-%patch0 -p1
-%patch1 -p1
-%patch2 -p2
-%patch3 -p1
-%patch4 -p1
-%patch6 -p2
-%patch7 -p2
-%patch8 -p2
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p2
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P6 -p2
+%patch -P7 -p2
+%patch -P8 -p2
%build
if [ "$(grep -E '^[0-9]+\.' mozilla/config/milestone.txt)" != "%{version}" ]; then
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xulrunner.git/commitdiff/8eb812a271c1b8dafb43918e61a14c025c7947c0
More information about the pld-cvs-commit
mailing list