[packages/lsh] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:10:32 CEST 2025
commit f6276fa7c9a21897d1f091dca6421e529d523be7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:10:16 2025 +0200
Fix applying patches.
lsh.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/lsh.spec b/lsh.spec
index 8422779..6dfcdda 100644
--- a/lsh.spec
+++ b/lsh.spec
@@ -61,12 +61,12 @@ należy zainstalować odpowiedniego demona (openssh-server lub SSH.COM
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
cd src/spki
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lsh.git/commitdiff/f6276fa7c9a21897d1f091dca6421e529d523be7
More information about the pld-cvs-commit
mailing list