[packages/tudu] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:23:14 CEST 2025


commit 840effd9315e8da91cb3e217321d8f8e71801aee
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:22:59 2025 +0200

    Fix applying patches.

 tudu.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tudu.spec b/tudu.spec
index 8267fab..4a0e266 100644
--- a/tudu.spec
+++ b/tudu.spec
@@ -27,9 +27,9 @@ kategóriája és prioritása. A haladás százalékát is megmutatja.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 %{__sed} -i "s at ncurses.h@ncurses/ncurses.h@" src/*
 %{__sed} -i "s at form.h@ncurses/form.h@" src/*
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tudu.git/commitdiff/840effd9315e8da91cb3e217321d8f8e71801aee



More information about the pld-cvs-commit mailing list