[packages/beecrypt] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:47:30 CEST 2025
commit 095c072837e97d5bec75690e7d21cb7f6945a1d2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:47:14 2025 +0200
Fix applying patches.
beecrypt.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/beecrypt.spec b/beecrypt.spec
index 6aee578..7251b6d 100644
--- a/beecrypt.spec
+++ b/beecrypt.spec
@@ -141,9 +141,9 @@ bibliotekę BeeCrytp.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# --with-cplusplus or building (even empty) *.cxx into libbeecrypt
# makes it (and thus rpm) depending on libstdc++ which is unacceptable
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/beecrypt.git/commitdiff/095c072837e97d5bec75690e7d21cb7f6945a1d2
More information about the pld-cvs-commit
mailing list