[packages/althea] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:32:27 CEST 2025
commit 8db8e3749999bbea93fd3d608e55255f6023799d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:32:11 2025 +0200
Fix applying patches.
althea.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/althea.spec b/althea.spec
index 50e48c9..db652a9 100644
--- a/althea.spec
+++ b/althea.spec
@@ -25,9 +25,9 @@ wykorzystania połączeń SSL.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/althea.git/commitdiff/8db8e3749999bbea93fd3d608e55255f6023799d
More information about the pld-cvs-commit
mailing list