[packages/edelib] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:23:21 CEST 2025
commit 9f2046938ad6f0bfd951688e4ddd64b0c7ed72ae
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:23:05 2025 +0200
Fix applying patches.
edelib.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/edelib.spec b/edelib.spec
index 19f2816..e540e92 100644
--- a/edelib.spec
+++ b/edelib.spec
@@ -78,8 +78,8 @@ Dokumentacja API biblioteki edelib.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__aclocal} -I m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/edelib.git/commitdiff/9f2046938ad6f0bfd951688e4ddd64b0c7ed72ae
More information about the pld-cvs-commit
mailing list