[packages/nibbles] Fix applying patches.

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


commit 706c1c9999b326fc1d1359e8029cd75d7774f4cc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:34:46 2025 +0200

    Fix applying patches.

 nibbles.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nibbles.spec b/nibbles.spec
index 84569e0..6463c33 100644
--- a/nibbles.spec
+++ b/nibbles.spec
@@ -27,9 +27,9 @@ ncurses żeby się nauczyć jak to się robi.
 
 %prep
 %setup -q -n %{name}-v%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 %build
 %{__make} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nibbles.git/commitdiff/706c1c9999b326fc1d1359e8029cd75d7774f4cc



More information about the pld-cvs-commit mailing list