[packages/opendchub] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:43:39 CEST 2025
commit 66f182b7a2dfaa5d566c67d0f72a9c2c6accecdd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:43:23 2025 +0200
Fix applying patches.
opendchub.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/opendchub.spec b/opendchub.spec
index 51add4e..81bb6b6 100644
--- a/opendchub.spec
+++ b/opendchub.spec
@@ -41,8 +41,8 @@ Opendchub jest hubem sieci direct connect służącej do wymiany plików.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/opendchub.git/commitdiff/66f182b7a2dfaa5d566c67d0f72a9c2c6accecdd
More information about the pld-cvs-commit
mailing list