[packages/suck] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:09:47 CEST 2025
commit f2dc316e383cec312f4ff63c93790df3d7a03ec5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:09:31 2025 +0200
Fix applying patches.
suck.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/suck.spec b/suck.spec
index e0cef26..2f7aa8a 100644
--- a/suck.spec
+++ b/suck.spec
@@ -52,11 +52,11 @@ zainstalowaniu tego pakietu!
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/suck.git/commitdiff/f2dc316e383cec312f4ff63c93790df3d7a03ec5
More information about the pld-cvs-commit
mailing list