[packages/lha] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:43:00 CEST 2025


commit 6d1092f39a415d6d81787be427611d2424cc2bf0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:42:44 2025 +0200

    Fix applying patches.

 lha.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/lha.spec b/lha.spec
index 2ead036..edaeeae 100644
--- a/lha.spec
+++ b/lha.spec
@@ -68,12 +68,12 @@ açmak için Linux altında da kullanılabilir.
 
 %prep
 %setup  -q -n %{name}-114i
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p0
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p0
+%patch -P5 -p1
 
 %build
 %{__make} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lha.git/commitdiff/6d1092f39a415d6d81787be427611d2424cc2bf0



More information about the pld-cvs-commit mailing list