[packages/Mird] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:20:10 CEST 2025
commit 95b3c9e2dc44c4e0e501ab58983f9e996e327b7b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:19:54 2025 +0200
Fix applying patches.
Mird.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Mird.spec b/Mird.spec
index aef6c2c..4c0de77 100644
--- a/Mird.spec
+++ b/Mird.spec
@@ -50,8 +50,8 @@ Statyczna biblioteka Mird.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
tail -n +30 docs/tutorial.txt | head -n 44 > README
tail -n +128 docs/tutorial.txt | head -n 55 > LICENSE
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Mird.git/commitdiff/95b3c9e2dc44c4e0e501ab58983f9e996e327b7b
More information about the pld-cvs-commit
mailing list