[packages/gnustep-ruby] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:50:19 CEST 2025


commit 760ce73d7feb6e4385ca6522cc7fb5fdcc86e992
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:55:34 2025 +0200

    Fix applying patches.

 gnustep-ruby.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnustep-ruby.spec b/gnustep-ruby.spec
index 68a5c44..1608cea 100644
--- a/gnustep-ruby.spec
+++ b/gnustep-ruby.spec
@@ -45,8 +45,8 @@ jest umożliwienie używania środowiska GNUstep z poziomu języka Ruby.
 
 %prep
 %setup -q -n rigs-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 . %{_gsdir}/System/Library/Makefiles/GNUstep.sh
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnustep-ruby.git/commitdiff/760ce73d7feb6e4385ca6522cc7fb5fdcc86e992



More information about the pld-cvs-commit mailing list