[packages/pike] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:15:54 CEST 2025
commit 09b522a190250e5823532dbf98ea37774a8a3057
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:15:38 2025 +0200
Fix applying patches.
pike.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/pike.spec b/pike.spec
index 1f30e38..139f5b3 100644
--- a/pike.spec
+++ b/pike.spec
@@ -286,15 +286,15 @@ biblioteki zlib.
%prep
%setup -q -n Pike-v%{version} -a1 -a2
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# not needed?
#%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P3 -p1
+%patch -P4 -p1
# issue fixed (s/\*/+/)? needs check if pike works on sparc now
#%patch5 -p1
-%patch6 -p1
+%patch -P6 -p1
%build
# TODO
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pike.git/commitdiff/09b522a190250e5823532dbf98ea37774a8a3057
More information about the pld-cvs-commit
mailing list