[packages/winetools] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:07:23 CEST 2025
commit c063c20fc9ee975b0d035a2bb45f60abb8c816e3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:44 2025 +0200
Fix applying patches.
winetools.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/winetools.spec b/winetools.spec
index 03d3149..f9a5c6f 100644
--- a/winetools.spec
+++ b/winetools.spec
@@ -79,8 +79,8 @@ rozszerzony przez Joachima von Thaddena. Jest licencjonowany na GPL.
%setup -q -n %{name}-%{version}%{_suffix}-III
mv wt%{version}%{_suffix} wt2
mv gettext.sh.dummy gettext.sh
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e 's#\. findwine#. %{_winetoolsdir}/findwine#' scripts/*
mv po/{de_DE at euro,de}.po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/winetools.git/commitdiff/c063c20fc9ee975b0d035a2bb45f60abb8c816e3
More information about the pld-cvs-commit
mailing list