[packages/pl] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:16:52 CEST 2025
commit ef9ee6fc3548e4989f9dd9e159abade8e1cb38ba
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:16:36 2025 +0200
Fix applying patches.
pl.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/pl.spec b/pl.spec
index 3a153dd..90fe4b7 100644
--- a/pl.spec
+++ b/pl.spec
@@ -153,11 +153,11 @@ Prolog.
%prep
%setup -q -n swi%{name}-%{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
%{__mv} src/Tests/core/test_d_break.pl{,disabled}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pl.git/commitdiff/ef9ee6fc3548e4989f9dd9e159abade8e1cb38ba
More information about the pld-cvs-commit
mailing list