[packages/nemiver] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:32:36 CEST 2025
commit 83b7e1822eeaa0691c03459445e3217ab68cf7e2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:32:20 2025 +0200
Fix applying patches.
nemiver.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nemiver.spec b/nemiver.spec
index 2f124ca..ecf5790 100644
--- a/nemiver.spec
+++ b/nemiver.spec
@@ -81,9 +81,9 @@ Pliki nagłówkowe do rozwijania nowych backendów dla Nemivera.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__glib_gettextize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nemiver.git/commitdiff/83b7e1822eeaa0691c03459445e3217ab68cf7e2
More information about the pld-cvs-commit
mailing list