[packages/neverball] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:34:27 CEST 2025
commit 9aece12cf9bda3fe9eb44eec40c65961f68be081
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:34:11 2025 +0200
Fix applying patches.
neverball.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/neverball.spec b/neverball.spec
index 0145104..42da7af 100644
--- a/neverball.spec
+++ b/neverball.spec
@@ -52,9 +52,9 @@ Neverballa.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/neverball.git/commitdiff/9aece12cf9bda3fe9eb44eec40c65961f68be081
More information about the pld-cvs-commit
mailing list