[packages/p7zip] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:49:46 CEST 2025


commit ef014194bcfcc57d7e9529b36ff2ef4d543bd0a7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:49:30 2025 +0200

    Fix applying patches.

 p7zip.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/p7zip.spec b/p7zip.spec
index 30a881c..60fb615 100644
--- a/p7zip.spec
+++ b/p7zip.spec
@@ -59,11 +59,11 @@ wersja obsługująca wtyczki.
 
 %prep
 %setup -q -n %{name}_%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
 
 %{__sed} -i -e 's/ -s / /' makefile.machine
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/p7zip.git/commitdiff/ef014194bcfcc57d7e9529b36ff2ef4d543bd0a7



More information about the pld-cvs-commit mailing list