[packages/ruby-ncurses] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:48:19 CEST 2025


commit aecd9a14d7bd5d2fcc4064758c58064026946bcd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:48:04 2025 +0200

    Fix applying patches.

 ruby-ncurses.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ruby-ncurses.spec b/ruby-ncurses.spec
index d2b48b6..06f172e 100644
--- a/ruby-ncurses.spec
+++ b/ruby-ncurses.spec
@@ -66,9 +66,9 @@ Dokumentacji w formacie ri dla %{pkgname}.
 
 %prep
 %setup -q -n %{pkgname}-ruby-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 %build
 ruby extconf.rb \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-ncurses.git/commitdiff/aecd9a14d7bd5d2fcc4064758c58064026946bcd



More information about the pld-cvs-commit mailing list