[packages/wmsound] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:09:39 CEST 2025
commit c837d68430a0bc1f5f2104505c56fb23c748ce27
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:47 2025 +0200
Fix applying patches.
wmsound.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/wmsound.spec b/wmsound.spec
index 088da7b..fcf0ce6 100644
--- a/wmsound.spec
+++ b/wmsound.spec
@@ -106,9 +106,9 @@ Bibliotecas para construir aplicações com wmsound.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
sed -i -e "s#LIB_INST\ =.*#LIB_INST = /%{_lib}#" lib/Imakefile
mkdir config
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wmsound.git/commitdiff/c837d68430a0bc1f5f2104505c56fb23c748ce27
More information about the pld-cvs-commit
mailing list