[packages/squirrel] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:06:56 CEST 2025


commit 4cf51a1b6806f7b67c171765306325140981b6e6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:06:40 2025 +0200

    Fix applying patches.

 squirrel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/squirrel.spec b/squirrel.spec
index b0e3b3a..48105b9 100644
--- a/squirrel.spec
+++ b/squirrel.spec
@@ -58,8 +58,8 @@ Statyczne biblioteki Squirrela.
 %prep
 %setup -q -c
 cd SQUIRREL2
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 # fix extension for autotools
 %{__mv} sq/sq.c sq/sq.cpp
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/squirrel.git/commitdiff/4cf51a1b6806f7b67c171765306325140981b6e6



More information about the pld-cvs-commit mailing list