[packages/ctorrent] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:07:58 CEST 2025


commit e0b0b9c2f0c61cd5175e03eede1c9eef366006ce
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:07:42 2025 +0200

    Fix applying patches.

 ctorrent.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ctorrent.spec b/ctorrent.spec
index c021777..c12e230 100644
--- a/ctorrent.spec
+++ b/ctorrent.spec
@@ -36,8 +36,8 @@ używa się sieci BitTorrent.
 
 %prep
 %setup -q -n %{name}-dnh%{version}
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
 
 %build
 %{__aclocal}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ctorrent.git/commitdiff/e0b0b9c2f0c61cd5175e03eede1c9eef366006ce



More information about the pld-cvs-commit mailing list