commit b23eab8649df988aa0132308f75d1d9614db2cca
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 23:56:02 2024 +0100
Fix patch error
faac.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/faac.spec b/faac.spec
index 38bbb61..e8c954b 100644
--- a/faac.spec
+++ b/faac.spec
@@ -33,7 +33,7 @@ This package contains development files and documentation for libfaac.
%prep
%setup -q -n %{name}-%{_version}
-%patch0 -p1 -b .drm
+%patch -P0 -p1 -b .drm
./bootstrap
#fix encoding
/usr/bin/iconv -f iso8859-1 -t utf-8 AUTHORS > AUTHORS.conv && touch -r
AUTHORS AUTHORS.conv && /bin/mv -f AUTHORS.conv AUTHORS
Show replies by date