[packages/ruby-thin] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:49:35 CEST 2025
commit b927e0a45fc01d83adc85d84fe363b094d73655d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:49:19 2025 +0200
Fix applying patches.
ruby-thin.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ruby-thin.spec b/ruby-thin.spec
index 7bc5a0b..6cdba9e 100644
--- a/ruby-thin.spec
+++ b/ruby-thin.spec
@@ -55,9 +55,9 @@ Documentation for %{name}.
%prep
%setup -q -n %{pkgname}-%{version} -a1
%{__sed} -i -e '1 s,#!.*ruby,#!%{__ruby},' bin/*
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
cd ext/thin_parser
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-thin.git/commitdiff/b927e0a45fc01d83adc85d84fe363b094d73655d
More information about the pld-cvs-commit
mailing list