[packages/scsh] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:54:29 CEST 2025


commit 13c5d9838836e748bfcd69c531ad39602e37703d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:54:13 2025 +0200

    Fix applying patches.

 scsh.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/scsh.spec b/scsh.spec
index 9a7e851..7dfca66 100644
--- a/scsh.spec
+++ b/scsh.spec
@@ -49,8 +49,8 @@ Pliki programistyczne scsh - uniksowej powłoki osadzonej w Scheme.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/scsh.git/commitdiff/13c5d9838836e748bfcd69c531ad39602e37703d



More information about the pld-cvs-commit mailing list