[packages/xavs2] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:12:41 CEST 2025
commit ac1722f837db9e0c2184aff34347e7a90fd057b1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:52 2025 +0200
Fix applying patches.
xavs2.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xavs2.spec b/xavs2.spec
index cccc544..45853a5 100644
--- a/xavs2.spec
+++ b/xavs2.spec
@@ -60,9 +60,9 @@ Statyczna biblioteka xavs2.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cd build/linux
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xavs2.git/commitdiff/ac1722f837db9e0c2184aff34347e7a90fd057b1
More information about the pld-cvs-commit
mailing list