[packages/seedit] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:55:48 CEST 2025
commit 29118977e9748bc7c5ede07af918ecc668e69086
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:55:32 2025 +0200
Fix applying patches.
seedit.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/seedit.spec b/seedit.spec
index d153655..463c706 100644
--- a/seedit.spec
+++ b/seedit.spec
@@ -75,8 +75,8 @@ Przykładowa uproszczona polityka dla SEEdita.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} -C core \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/seedit.git/commitdiff/29118977e9748bc7c5ede07af918ecc668e69086
More information about the pld-cvs-commit
mailing list