[packages/smstools] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:02:02 CEST 2025
commit 50e940cc0843c262352ae46d0e72c1835486bb9f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:01:46 2025 +0200
Fix applying patches.
smstools.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/smstools.spec b/smstools.spec
index 1ead716..7385607 100644
--- a/smstools.spec
+++ b/smstools.spec
@@ -33,9 +33,9 @@ np. bramkę email->SMS.
%prep
%setup -q -n %{name}3
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/smstools.git/commitdiff/50e940cc0843c262352ae46d0e72c1835486bb9f
More information about the pld-cvs-commit
mailing list