[packages/xwpe] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:24:17 CEST 2025
commit bd20beea4ddfde3b2b106d85719583e1758f92bd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:21 2025 +0200
Fix applying patches.
xwpe.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xwpe.spec b/xwpe.spec
index 836f89b..24e1ce3 100644
--- a/xwpe.spec
+++ b/xwpe.spec
@@ -140,9 +140,9 @@ X Window altında çalışan tümleşik geliştirme ortamı yazılımları.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__autoconf}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xwpe.git/commitdiff/bd20beea4ddfde3b2b106d85719583e1758f92bd
More information about the pld-cvs-commit
mailing list