[packages/frontline] Fix applying patches.

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


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

    Fix applying patches.

 frontline.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/frontline.spec b/frontline.spec
index 8ebfb5a..835b7e2 100644
--- a/frontline.spec
+++ b/frontline.spec
@@ -97,8 +97,8 @@ GIMPa.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{!?with_gimp:echo 'AC_DEFUN([AM_PATH_GIMP],[$3])' >> acinclude.m4}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/frontline.git/commitdiff/3a4abd00d9dad22ece20a98d77723a3467b0349f



More information about the pld-cvs-commit mailing list