[packages/Cadence] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:53:45 CEST 2025
commit 3f3a669ae9daf068342e2060c5bc3bfe1b72a2ca
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:53:29 2025 +0200
Fix applying patches.
Cadence.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Cadence.spec b/Cadence.spec
index f94ce02..85a1aad 100644
--- a/Cadence.spec
+++ b/Cadence.spec
@@ -56,8 +56,8 @@ Cadence is a set of tools useful for audio production.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
sed -i -e 's@^LIBDIR = .*@LIBDIR = "%{_libdir}"@' src/shared_cadence.py
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Cadence.git/commitdiff/3f3a669ae9daf068342e2060c5bc3bfe1b72a2ca
More information about the pld-cvs-commit
mailing list