[packages/caph] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:54:57 CEST 2025


commit 2fec1503e6aa042fd115bfcd20194c4dd90c471d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:54:41 2025 +0200

    Fix applying patches.

 caph.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/caph.spec b/caph.spec
index 3e04156..81bd29f 100644
--- a/caph.spec
+++ b/caph.spec
@@ -36,9 +36,9 @@ segíteni.
 %setup -q -n %{name}-src
 tar xvf %{SOURCE1}
 
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 %{__sed} -i "1 s,/sh,/bash," src/{build,mkgen}
 %{__sed} -i "s,libgl,gl," src/build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/caph.git/commitdiff/2fec1503e6aa042fd115bfcd20194c4dd90c471d



More information about the pld-cvs-commit mailing list