[packages/resin] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:42:19 CEST 2025


commit d4eca4fdcff5d63b859baae0a95c40df900b1f6b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:42:03 2025 +0200

    Fix applying patches.

 resin.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/resin.spec b/resin.spec
index 809e9a9..99e6523 100644
--- a/resin.spec
+++ b/resin.spec
@@ -90,9 +90,9 @@ Udostępnia dokumentację Resina jako http://localhost:8080/resin-doc/
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 %build
 # this are available in the -src tarball only, which is harder to build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/resin.git/commitdiff/d4eca4fdcff5d63b859baae0a95c40df900b1f6b



More information about the pld-cvs-commit mailing list