[packages/gnustep-examples] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:50:05 CEST 2025
commit 301965dc91195ec31e4e921e4738912502a4348a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:55:20 2025 +0200
Fix applying patches.
gnustep-examples.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnustep-examples.spec b/gnustep-examples.spec
index a723a5a..74dc28b 100644
--- a/gnustep-examples.spec
+++ b/gnustep-examples.spec
@@ -26,8 +26,8 @@ bardzo stara, część nowsza; niektóre są uaktualnione, inne nie.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnustep-examples.git/commitdiff/301965dc91195ec31e4e921e4738912502a4348a
More information about the pld-cvs-commit
mailing list