commit ef63955f048c0e987496b92ea33d5e850d25dcea
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 10:18:53 2024 +0100
Fix patch error
mpgtx.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mpgtx.spec b/mpgtx.spec
index 477b984..c2fa0e3 100644
--- a/mpgtx.spec
+++ b/mpgtx.spec
@@ -17,7 +17,7 @@ fetch detailed information about a variety of MPEG files.
%prep
%setup -q
-%patch0 -p6 -b .makefile
+%patch -P0 -p6 -b .makefile
for f in ChangeLog man/de/mpgtx.1 man/de/tagmp3.1 ; do
iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
done
Show replies by date