[packages/yasr] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:25:20 CEST 2025
commit 620639251290960f117f4c001564333d31af6374
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:23 2025 +0200
Fix applying patches.
yasr.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/yasr.spec b/yasr.spec
index f179a05..2efd2e5 100644
--- a/yasr.spec
+++ b/yasr.spec
@@ -57,9 +57,9 @@ przenoszony na inne uniksowe systemy operacyjne.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__gettextize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/yasr.git/commitdiff/620639251290960f117f4c001564333d31af6374
More information about the pld-cvs-commit
mailing list