[packages/mpc123] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:24:53 CEST 2025
commit 1c648db5f59dfbb604a361d08285bc55b84f65ae
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:24:37 2025 +0200
Fix applying patches.
mpc123.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mpc123.spec b/mpc123.spec
index e7e9dd5..2785bf2 100644
--- a/mpc123.spec
+++ b/mpc123.spec
@@ -38,10 +38,10 @@ funkcje to m.in:
%prep
# ' (fixes braindead Emacs syntax highlight)
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mpc123.git/commitdiff/1c648db5f59dfbb604a361d08285bc55b84f65ae
More information about the pld-cvs-commit
mailing list