[packages/slibc] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:00:11 CEST 2025


commit d0133d4350a5422b0c1138aef6a87d21d78ffb2e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:59:56 2025 +0200

    Fix applying patches.

 slibc.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/slibc.spec b/slibc.spec
index 0ec486f..492c8e5 100644
--- a/slibc.spec
+++ b/slibc.spec
@@ -68,8 +68,8 @@ Dokumentacja API biblioteki %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__make} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/slibc.git/commitdiff/d0133d4350a5422b0c1138aef6a87d21d78ffb2e



More information about the pld-cvs-commit mailing list