[packages/rssh] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:45:49 CEST 2025
commit 71fb392668969dc33f822b4312096d03c4921ef7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:45:33 2025 +0200
Fix applying patches.
rssh.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/rssh.spec b/rssh.spec
index 5c62292..688d2cb 100644
--- a/rssh.spec
+++ b/rssh.spec
@@ -32,9 +32,9 @@ dostęp na danym koncie tylko do scp i/lub sftp.
%prep
%setup -q
-%patch0 -p1
-%patch1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1
+%patch -P2 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rssh.git/commitdiff/71fb392668969dc33f822b4312096d03c4921ef7
More information about the pld-cvs-commit
mailing list