[packages/p7lzma] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:49:43 CEST 2025
commit 7bdedae96e90a6584440aabfa518b811e924cdb0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:49:28 2025 +0200
Fix applying patches.
p7lzma.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/p7lzma.spec b/p7lzma.spec
index 0979836..b99e9a3 100644
--- a/p7lzma.spec
+++ b/p7lzma.spec
@@ -52,8 +52,8 @@ Cechy LZMA:
%prep
%setup -q -n p7zip_%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
cd CPP/7zip/Compress/LZMA_Alone
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/p7lzma.git/commitdiff/7bdedae96e90a6584440aabfa518b811e924cdb0
More information about the pld-cvs-commit
mailing list