[packages/aria] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:40:33 CEST 2025
commit d342165ce5ebaba7e9c2a036d3d7eabc468a10a4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:40:18 2025 +0200
Fix applying patches.
aria.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/aria.spec b/aria.spec
index 34a309e..d1e2f04 100644
--- a/aria.spec
+++ b/aria.spec
@@ -40,10 +40,10 @@ specjalnych zachowań przy pobieraniu plików z określonych serwerów.
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
tail -n +937 aclocal.m4 > acinclude.m4
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__gettextize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/aria.git/commitdiff/d342165ce5ebaba7e9c2a036d3d7eabc468a10a4
More information about the pld-cvs-commit
mailing list