[packages/mozjs24] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:23:58 CEST 2025
commit 59e44bd3ce14ebaa8d9812a9541c074498748f58
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:23:42 2025 +0200
Fix applying patches.
mozjs24.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mozjs24.spec b/mozjs24.spec
index ea4c13f..c105d7d 100644
--- a/mozjs24.spec
+++ b/mozjs24.spec
@@ -72,10 +72,10 @@ Statyczna wersja biblioteki JavaScript.
%prep
%setup -q -n mozjs-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
cd js/src
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mozjs24.git/commitdiff/59e44bd3ce14ebaa8d9812a9541c074498748f58
More information about the pld-cvs-commit
mailing list