[packages/g-wrap] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:05:28 CEST 2025
commit 2a82dee2fce31d61adac11387b5cc470cd40d0ae
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:05:12 2025 +0200
Fix applying patches.
g-wrap.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/g-wrap.spec b/g-wrap.spec
index dc0bfb9..eb5fd20 100644
--- a/g-wrap.spec
+++ b/g-wrap.spec
@@ -75,8 +75,8 @@ Bibliotecas estáticas para desenvolvimento com a biblioteca g-wrap.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/g-wrap.git/commitdiff/2a82dee2fce31d61adac11387b5cc470cd40d0ae
More information about the pld-cvs-commit
mailing list