[packages/vte2.90] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:04:22 CEST 2025
commit 62afc20bc5a0d015158625797ba6d534f525d776
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:39 2025 +0200
Fix applying patches.
vte2.90.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/vte2.90.spec b/vte2.90.spec
index 5026bcb..d8bf461 100644
--- a/vte2.90.spec
+++ b/vte2.90.spec
@@ -109,9 +109,9 @@ Dokumentacja API VTE (wersja dla GTK+ 3).
%prep
%setup -q -n vte-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__gtkdocize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vte2.90.git/commitdiff/62afc20bc5a0d015158625797ba6d534f525d776
More information about the pld-cvs-commit
mailing list