[packages/codeina] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:02:04 CEST 2025
commit ab2e845dd4ac74889dc89700c9ea02bba82ebffa
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:01:48 2025 +0200
Fix applying patches.
codeina.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/codeina.spec b/codeina.spec
index 4aa996f..a782e17 100644
--- a/codeina.spec
+++ b/codeina.spec
@@ -33,8 +33,8 @@ pasujących pakietów.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
PYNOTIFY_LIBS=" " PYNOTIFY_CFLAGS=" " %configure
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/codeina.git/commitdiff/ab2e845dd4ac74889dc89700c9ea02bba82ebffa
More information about the pld-cvs-commit
mailing list