[packages/pinfo] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:16:12 CEST 2025
commit 37f197f7237c471b66e4ec7206bd7c696b4418a0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:15:56 2025 +0200
Fix applying patches.
pinfo.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/pinfo.spec b/pinfo.spec
index 606cf4f..6b696c9 100644
--- a/pinfo.spec
+++ b/pinfo.spec
@@ -60,14 +60,14 @@ Pinfo - це програма перегляду info-файлів та man-ст
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
%build
CPPFLAGS="-I%{_includedir}/ncursesw"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pinfo.git/commitdiff/37f197f7237c471b66e4ec7206bd7c696b4418a0
More information about the pld-cvs-commit
mailing list