[packages/qtcmd] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:36:35 CEST 2025
commit 7825654a341a3204e8233760b95fd85ca40dd156
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:36:19 2025 +0200
Fix applying patches.
qtcmd.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qtcmd.spec b/qtcmd.spec
index bd5a9c6..76c6759 100644
--- a/qtcmd.spec
+++ b/qtcmd.spec
@@ -27,7 +27,7 @@ Windows o nazwie "Total Commander".
%prep
%setup -q
%if %{_lib} != "lib"
-%patch0 -p1
+%patch -P0 -p1
%endif
find src/ -name '*.pro' | xargs sed -i -e 's,/usr/local/lib,$(LIBDIR),g' -e 's,/usr/local/bin,$(BINDIR),g'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qtcmd.git/commitdiff/7825654a341a3204e8233760b95fd85ca40dd156
More information about the pld-cvs-commit
mailing list