[packages/most] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:23:13 CEST 2025
commit 5e6f4fff1314b93346ee1898ad329f0a4fc9c127
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:22:57 2025 +0200
Fix applying patches.
most.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/most.spec b/most.spec
index fcf7b1f..3de51e7 100644
--- a/most.spec
+++ b/most.spec
@@ -27,8 +27,8 @@ pliki przed rozpoczęciem przeglądania.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e 's@%{_prefix}/lib@%{_prefix}/%{_lib}@' autoconf/aclocal.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/most.git/commitdiff/5e6f4fff1314b93346ee1898ad329f0a4fc9c127
More information about the pld-cvs-commit
mailing list