[packages/arts++] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:41:11 CEST 2025


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

    Fix applying patches.

 arts++.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/arts++.spec b/arts++.spec
index 5269ea5..83fca2b 100644
--- a/arts++.spec
+++ b/arts++.spec
@@ -56,8 +56,8 @@ Statyczna biblioteka arts++.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 find . -name Makefile.in | xargs \
 	%{__perl} -pi -e 's/(\@(include|lib|bin|man)dir\@)/\$(DESTDIR)$1/g;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/arts++.git/commitdiff/ca621b9a3e91d61da9697de414febd56986272a2



More information about the pld-cvs-commit mailing list