[packages/faust] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:30:14 CEST 2025
commit a671c2312030c997539896bbbe171be4588597fc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:29:59 2025 +0200
Fix applying patches.
faust.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/faust.spec b/faust.spec
index 03c6f36..1482e17 100644
--- a/faust.spec
+++ b/faust.spec
@@ -62,8 +62,8 @@ Statyczna biblioteka %{name}.
%prep
%setup -q -a1
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__mv} faustlibraries-%{libsrev}*/* libraries/
%{__rm} -r faustlibraries-%{libsrev}*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/faust.git/commitdiff/a671c2312030c997539896bbbe171be4588597fc
More information about the pld-cvs-commit
mailing list