[packages/lash] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:40:41 CEST 2025
commit a8718be63fae93385979fb0189718dde55367e5c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:40:25 2025 +0200
Fix applying patches.
lash.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/lash.spec b/lash.spec
index 9a10df6..da6464f 100644
--- a/lash.spec
+++ b/lash.spec
@@ -106,13 +106,13 @@ Wiązania Pythona do biblioteki LASH.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p0
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch -P0 -p1
+%patch -P1 -p0
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lash.git/commitdiff/a8718be63fae93385979fb0189718dde55367e5c
More information about the pld-cvs-commit
mailing list