[packages/conflib] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:03:17 CEST 2025
commit f823291c68e57497c1808eb521cfba882aa6d94d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:03:01 2025 +0200
Fix applying patches.
conflib.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/conflib.spec b/conflib.spec
index c73003b..2278336 100644
--- a/conflib.spec
+++ b/conflib.spec
@@ -64,10 +64,10 @@ oraz warunkowe rozwijanie. Ten pakiet zawiera pliki statyczne.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/conflib.git/commitdiff/f823291c68e57497c1808eb521cfba882aa6d94d
More information about the pld-cvs-commit
mailing list