[packages/goben] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:50:34 CEST 2025
commit 029ca054ebcd45b2efaa39574267db9a751c1bbb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:55:48 2025 +0200
Fix applying patches.
goben.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/goben.spec b/goben.spec
index 5f26891..2357135 100644
--- a/goben.spec
+++ b/goben.spec
@@ -27,9 +27,9 @@ innymi programami obsługującymi protokół GTP.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/goben.git/commitdiff/029ca054ebcd45b2efaa39574267db9a751c1bbb
More information about the pld-cvs-commit
mailing list