[packages/synapse] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:12:01 CEST 2025
commit 294d0fb4669c1a513185be90d97fc228a264f233
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:11:45 2025 +0200
Fix applying patches.
synapse.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/synapse.spec b/synapse.spec
index b191098..e5bca7b 100644
--- a/synapse.spec
+++ b/synapse.spec
@@ -53,8 +53,8 @@ files by making use of the Zeitgeist engine.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__gettextize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/synapse.git/commitdiff/294d0fb4669c1a513185be90d97fc228a264f233
More information about the pld-cvs-commit
mailing list