[packages/kartofel] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:26:48 CEST 2025
commit b78cc54d6709f54d902e6a69be6d5f5a7461143a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:26:32 2025 +0200
Fix applying patches.
kartofel.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kartofel.spec b/kartofel.spec
index 1a4052b..e7d97ed 100644
--- a/kartofel.spec
+++ b/kartofel.spec
@@ -38,9 +38,9 @@ przecinając istniejących już połączeń.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__sed} -i 's at g++@$(CXX)@' Makefile
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kartofel.git/commitdiff/b78cc54d6709f54d902e6a69be6d5f5a7461143a
More information about the pld-cvs-commit
mailing list