[packages/frogatto] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:36:24 CEST 2025


commit 0952749596494c4d21026191cffa38eba54b531e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:36:09 2025 +0200

    Fix applying patches.

 frogatto.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/frogatto.spec b/frogatto.spec
index 324203d..f7d3a2e 100644
--- a/frogatto.spec
+++ b/frogatto.spec
@@ -42,9 +42,9 @@ data for frogatto.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 # fix linking with our boost libs
 %{__sed} -i 's,-mt,,g' Makefile
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/frogatto.git/commitdiff/0952749596494c4d21026191cffa38eba54b531e



More information about the pld-cvs-commit mailing list