[packages/teapop] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:15:34 CEST 2025
commit c44f5685ccaa0f592e53c24fedd8183684ffd693
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:15:18 2025 +0200
Fix applying patches.
teapop.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/teapop.spec b/teapop.spec
index 3bcdb59..2c607ff 100644
--- a/teapop.spec
+++ b/teapop.spec
@@ -44,8 +44,8 @@ serwerów POP3.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
cp -f /usr/share/automake/config.sub config
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/teapop.git/commitdiff/c44f5685ccaa0f592e53c24fedd8183684ffd693
More information about the pld-cvs-commit
mailing list