[packages/bladeenc] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:49:12 CEST 2025
commit 690e7b7ca4980f543e0ca14302ad8914bdfde8ee
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:48:56 2025 +0200
Fix applying patches.
bladeenc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bladeenc.spec b/bladeenc.spec
index 7f09708..707ac08 100644
--- a/bladeenc.spec
+++ b/bladeenc.spec
@@ -27,8 +27,8 @@ dźwiękowych w formacie WAV lub AIFF.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
cp -f /usr/share/automake/config.sub .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bladeenc.git/commitdiff/690e7b7ca4980f543e0ca14302ad8914bdfde8ee
More information about the pld-cvs-commit
mailing list