[packages/yiff] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:25:29 CEST 2025
commit e6ec825155889945746346126e2839b16dd33088
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:23 2025 +0200
Fix applying patches.
yiff.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/yiff.spec b/yiff.spec
index 2264049..2a429ca 100644
--- a/yiff.spec
+++ b/yiff.spec
@@ -70,10 +70,10 @@ Narzędzie konfiguracyjne do systemu dźwięku YIFF.
%prep
%setup -q
bzip2 -d yiff/yiff.8.bz2
-%patch0 -p1
+%patch -P0 -p1
bzip2 yiff/yiff.8
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} -C libY2 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/yiff.git/commitdiff/e6ec825155889945746346126e2839b16dd33088
More information about the pld-cvs-commit
mailing list