[packages/libdsk] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:47:24 CEST 2025
commit 066baf6eaa916e68b0a26a4225c65a9e4c259968
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:47:08 2025 +0200
Fix applying patches.
libdsk.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libdsk.spec b/libdsk.spec
index f5f8126..7f32ba1 100644
--- a/libdsk.spec
+++ b/libdsk.spec
@@ -78,8 +78,8 @@ Interfejs Javy do biblioteki libdsk.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e 's,/usr/local/share,%{_datadir},' man/libdskrc.5
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libdsk.git/commitdiff/066baf6eaa916e68b0a26a4225c65a9e4c259968
More information about the pld-cvs-commit
mailing list