[packages/mcrypt] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:16:31 CEST 2025
commit d59af0f19c30d64048fdfe6226469beb8daae811
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:16:16 2025 +0200
Fix applying patches.
mcrypt.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mcrypt.spec b/mcrypt.spec
index 5857f55..64e4dda 100644
--- a/mcrypt.spec
+++ b/mcrypt.spec
@@ -40,8 +40,8 @@ kompatybilność z crypt(1).
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# just invalid inclusions
%{__rm} acinclude.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mcrypt.git/commitdiff/d59af0f19c30d64048fdfe6226469beb8daae811
More information about the pld-cvs-commit
mailing list