[packages/mozjs68] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:24:10 CEST 2025
commit ca632019e3a18413a7edbfe4c639186e412c5111
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:23:54 2025 +0200
Fix applying patches.
mozjs68.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/mozjs68.spec b/mozjs68.spec
index 31a8110..0ac392d 100644
--- a/mozjs68.spec
+++ b/mozjs68.spec
@@ -70,11 +70,11 @@ Pliki nagłówkowe do biblioteki JavaScript.
%prep
%setup -q -n firefox-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
export PYTHON="%{__python}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mozjs68.git/commitdiff/ca632019e3a18413a7edbfe4c639186e412c5111
More information about the pld-cvs-commit
mailing list