[packages/metakit] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:18:16 CEST 2025
commit 4054d2c3f2774f346f29c10e73ff8934da193f8c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:18:00 2025 +0200
Fix applying patches.
metakit.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/metakit.spec b/metakit.spec
index 416303f..9300cfd 100644
--- a/metakit.spec
+++ b/metakit.spec
@@ -77,9 +77,9 @@ Moduły Tcl-a dla pakietu metakit.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cd unix
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/metakit.git/commitdiff/4054d2c3f2774f346f29c10e73ff8934da193f8c
More information about the pld-cvs-commit
mailing list