[packages/imapsync] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:13:50 CEST 2025


commit 75729850bdc6fe4a7e315129f78106408328797d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:13:34 2025 +0200

    Fix applying patches.

 imapsync.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/imapsync.spec b/imapsync.spec
index f16e6ee..6e3e1e8 100644
--- a/imapsync.spec
+++ b/imapsync.spec
@@ -85,8 +85,8 @@ usunięte po udanym przesłaniu.
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 sed -E -i -e '1s,#!\s*/usr/bin/env\s+perl(\s|$),#!%{__perl}\1,' \
       imapsync
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/imapsync.git/commitdiff/75729850bdc6fe4a7e315129f78106408328797d



More information about the pld-cvs-commit mailing list