[packages/seed] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:55:45 CEST 2025
commit c7d9f654b5e2b564c01a3c22a01bec2f31b1061e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:55:29 2025 +0200
Fix applying patches.
seed.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/seed.spec b/seed.spec
index 1fd51b8..18bf2d0 100644
--- a/seed.spec
+++ b/seed.spec
@@ -96,10 +96,10 @@ Dokumentacja API biblioteki seed.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__gtkdocize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/seed.git/commitdiff/c7d9f654b5e2b564c01a3c22a01bec2f31b1061e
More information about the pld-cvs-commit
mailing list