[packages/varkon] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:28:45 CEST 2025
commit cee0579b948db65fcee1bb6535a48d3552597793
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:28:29 2025 +0200
Fix applying patches.
varkon.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/varkon.spec b/varkon.spec
index 0423264..0457264 100644
--- a/varkon.spec
+++ b/varkon.spec
@@ -52,9 +52,9 @@ Pakiet zawiera dokumentację.
%prep
%setup -q -n %{srcname}_%{version}
find -name "Makefile.linux" | xargs %{__sed} -i -e 's,\r$,,'
-%patch0 -p1
+%patch -P0 -p1
%{__sed} -i -e 's,\r$,,' ./sources/EX/src/extcp.c
-%patch1 -p1
+%patch -P1 -p1
%build
CC="%{__cc}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/varkon.git/commitdiff/cee0579b948db65fcee1bb6535a48d3552597793
More information about the pld-cvs-commit
mailing list