[packages/winex] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 10:07:26 CEST 2025


commit 9dc1f600c745a8fd14282050c058203de8c29493
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:30:44 2025 +0200

    Fix applying patches.

 winex.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/winex.spec b/winex.spec
index 021d15e..eb03a8b 100644
--- a/winex.spec
+++ b/winex.spec
@@ -140,13 +140,13 @@ Dokumentacja Wine w formacie PDF.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p0
-%patch5 -p1
-%patch6 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p0
+%patch -P5 -p1
+%patch -P6 -p1
 
 # turn off compilation of some tools
 #sed -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in > .tmp
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/winex.git/commitdiff/9dc1f600c745a8fd14282050c058203de8c29493



More information about the pld-cvs-commit mailing list