[packages/gyp] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:05:46 CEST 2025
commit 89f4c5f2ba848c77299bb29f106560c443e3a2c3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:05:30 2025 +0200
Fix applying patches.
gyp.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gyp.spec b/gyp.spec
index e015359..29eec06 100644
--- a/gyp.spec
+++ b/gyp.spec
@@ -94,12 +94,12 @@ Ten pakiet zawiera moduły Pythona.
%prep
%setup -q -c
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
%if %{with python3}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gyp.git/commitdiff/89f4c5f2ba848c77299bb29f106560c443e3a2c3
More information about the pld-cvs-commit
mailing list