[packages/ruby-omnibus] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:48:34 CEST 2025


commit ad2b40c140dbd62ffcc9018d4a947f182a3a3dba
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:48:18 2025 +0200

    Fix applying patches.

 ruby-omnibus.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ruby-omnibus.spec b/ruby-omnibus.spec
index 85db709..82aa738 100644
--- a/ruby-omnibus.spec
+++ b/ruby-omnibus.spec
@@ -40,8 +40,8 @@ Omnibus helps you build self-installing, full-stack software builds.
 %prep
 %setup -q -n %{pkgname}-%{version}
 %{__sed} -i -e '1 s,#!.*ruby,#!%{__ruby},' bin/*
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 # move these to libdir, so they don't clobber system bin dir
 chmod a-x bin/makeself*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-omnibus.git/commitdiff/ad2b40c140dbd62ffcc9018d4a947f182a3a3dba



More information about the pld-cvs-commit mailing list