[packages/ldapvi] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:41:53 CEST 2025
commit f3be5ab3e08767ab8b36b384ea4fc7df7e05a633
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:41:38 2025 +0200
Fix applying patches.
ldapvi.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ldapvi.spec b/ldapvi.spec
index ce9f642..856c51b 100644
--- a/ldapvi.spec
+++ b/ldapvi.spec
@@ -32,8 +32,8 @@ z powrotem w LDAP-ie.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
sed -i -e 's#curses ncurses#tinfo curses ncurses#g' configure.in
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ldapvi.git/commitdiff/f3be5ab3e08767ab8b36b384ea4fc7df7e05a633
More information about the pld-cvs-commit
mailing list