[packages/tomahawk] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:20:09 CEST 2025
commit 376874d8b6ed07f96ff3132a251000e288f098d5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:19:53 2025 +0200
Fix applying patches.
tomahawk.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tomahawk.spec b/tomahawk.spec
index 00ed4bd..75e9a00 100644
--- a/tomahawk.spec
+++ b/tomahawk.spec
@@ -92,11 +92,11 @@ Development files for %{name}
%setup -q -n %{name}-%{version}%{?pre}
%if %{with system_qxt}
-%patch0 -p1
+%patch -P0 -p1
rm -rv thirdparty/qxt
%endif
-%patch50 -p1
+%patch -P50 -p1
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tomahawk.git/commitdiff/376874d8b6ed07f96ff3132a251000e288f098d5
More information about the pld-cvs-commit
mailing list