[packages/scponly] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:54:15 CEST 2025
commit 471e883514c02ae25c7f84fea78533ac76199442
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:53:59 2025 +0200
Fix applying patches.
scponly.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/scponly.spec b/scponly.spec
index 3050552..c21704a 100644
--- a/scponly.spec
+++ b/scponly.spec
@@ -93,10 +93,10 @@ pakietu.
%prep
%setup -q
-%patch0 -p0
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p0
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
cp -f /usr/share/automake/config.sub .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/scponly.git/commitdiff/471e883514c02ae25c7f84fea78533ac76199442
More information about the pld-cvs-commit
mailing list