[packages/scom] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:54:00 CEST 2025
commit 9ba34f578094c8736a249dbfa00c6cd1b816dc8e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:53:44 2025 +0200
Fix applying patches.
scom.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/scom.spec b/scom.spec
index cc5d7cd..a30dcb6 100644
--- a/scom.spec
+++ b/scom.spec
@@ -30,9 +30,9 @@ plików ze wsparciem dla archiwów, FTP itd.
%prep
%setup -q -n sc-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
rm -f missing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/scom.git/commitdiff/9ba34f578094c8736a249dbfa00c6cd1b816dc8e
More information about the pld-cvs-commit
mailing list