[packages/mythstream] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:28:31 CEST 2025
commit ba3a35468bea8581f84ec5d453684d4bd428b203
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:28:15 2025 +0200
Fix applying patches.
mythstream.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mythstream.spec b/mythstream.spec
index 5f223a4..5efcd9f 100644
--- a/mythstream.spec
+++ b/mythstream.spec
@@ -27,8 +27,8 @@ dźwięku i obrazu wykorzystując mplayera.
%prep
%setup -q -n %{name}-%{_ver}
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
cp %{_datadir}/mythtv/build/config.mak .
sed -i -e "1iinclude(`pwd`/config.mak)" settings.pro
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mythstream.git/commitdiff/ba3a35468bea8581f84ec5d453684d4bd428b203
More information about the pld-cvs-commit
mailing list