[packages/Frodo] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:36:21 CEST 2025
commit 6566a08b29e2d79f7601ddab9b5f6f0ccc52b7f3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:36:06 2025 +0200
Fix applying patches.
Frodo.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Frodo.spec b/Frodo.spec
index cbbd0fc..b84066c 100644
--- a/Frodo.spec
+++ b/Frodo.spec
@@ -69,9 +69,9 @@ freeware.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cd Src
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Frodo.git/commitdiff/6566a08b29e2d79f7601ddab9b5f6f0ccc52b7f3
More information about the pld-cvs-commit
mailing list