[packages/ncps] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:32:06 CEST 2025


commit 52ab89d4b854c85d6c7dbc2d001f38a6d8a24ae6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:31:50 2025 +0200

    Fix applying patches.

 ncps.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ncps.spec b/ncps.spec
index e5378f4..500f615 100644
--- a/ncps.spec
+++ b/ncps.spec
@@ -38,10 +38,10 @@ Możliwości:
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p0
 
 %build
 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ncps.git/commitdiff/52ab89d4b854c85d6c7dbc2d001f38a6d8a24ae6



More information about the pld-cvs-commit mailing list