[packages/krename] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:37:39 CEST 2025
commit 5e627b8bfb6b24fb41aa3107c92c14921c2c5739
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:37:23 2025 +0200
Fix applying patches.
krename.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/krename.spec b/krename.spec
index 31a1971..360884d 100644
--- a/krename.spec
+++ b/krename.spec
@@ -66,8 +66,8 @@ Dokumentacja do Krename w formacie PDF.
%prep
%setup -q
cp %{SOURCE1} .
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/krename.git/commitdiff/5e627b8bfb6b24fb41aa3107c92c14921c2c5739
More information about the pld-cvs-commit
mailing list