[packages/PDCurses] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:53:30 CEST 2025
commit 62e7c97cf74fd83fe89d2f35751bdf1b8b317a7a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:53:14 2025 +0200
Fix applying patches.
PDCurses.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/PDCurses.spec b/PDCurses.spec
index 1cf1d5d..5369f7a 100644
--- a/PDCurses.spec
+++ b/PDCurses.spec
@@ -58,9 +58,9 @@ Statyczna wersja biblioteki PDCurses.
%prep
%setup -q
-%patch0
-%patch1 -p1
-%patch2 -p1
+%patch -P0
+%patch -P1 -p1
+%patch -P2 -p1
%build
cp -f /usr/share/automake/config.sub .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/PDCurses.git/commitdiff/62e7c97cf74fd83fe89d2f35751bdf1b8b317a7a
More information about the pld-cvs-commit
mailing list