commit cd292163e09bd250ca576c4218d3413443e44901
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 10:16:41 2024 +0100
Fix patch error
mp3splt.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mp3splt.spec b/mp3splt.spec
index cfc0e1a..4cb64c2 100644
--- a/mp3splt.spec
+++ b/mp3splt.spec
@@ -26,7 +26,7 @@ from Mp3Wrap or AlbumWrap files in a few seconds.
%prep
%setup -q
-%patch0 -p2
+%patch -P0 -p2
%{_bindir}/iconv -f iso8859-1 -t utf8 AUTHORS -o AUTHORS.txt
touch -r AUTHORS AUTHORS.txt
mv AUTHORS.txt AUTHORS
Show replies by date