[packages/pgp-i] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:07:33 CEST 2025
commit e9fdd899cef35207b3f02543c7c701fe38510b67
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:07:17 2025 +0200
Fix applying patches.
pgp-i.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pgp-i.spec b/pgp-i.spec
index 1c1b315..077b206 100644
--- a/pgp-i.spec
+++ b/pgp-i.spec
@@ -38,11 +38,11 @@ Pakiet zawiera biblioteki statyczne dla PGP.
%setup -q -n %{name}50i
%ifarch alpha
-%patch0 -p0
+%patch -P0 -p0
%endif
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cd src
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pgp-i.git/commitdiff/e9fdd899cef35207b3f02543c7c701fe38510b67
More information about the pld-cvs-commit
mailing list