[packages/fpm-cookery] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:34:58 CEST 2025
commit 70d3fa6810e4654143474cea1ef5faeb32abfe45
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:34:42 2025 +0200
Fix applying patches.
fpm-cookery.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/fpm-cookery.spec b/fpm-cookery.spec
index bd09dbd..872c0af 100644
--- a/fpm-cookery.spec
+++ b/fpm-cookery.spec
@@ -41,9 +41,9 @@ A tool for building software packages with fpm.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__sed} -i -e '1 s,#!.*ruby,#!%{__ruby},' bin/*
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fpm-cookery.git/commitdiff/70d3fa6810e4654143474cea1ef5faeb32abfe45
More information about the pld-cvs-commit
mailing list