[packages/zip] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:27:05 CEST 2025
commit 67d6ed5d8b5f24aa48601a80936b3110b29d4716
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:26 2025 +0200
Fix applying patches.
zip.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/zip.spec b/zip.spec
index adc6eaa..46ae8c8 100644
--- a/zip.spec
+++ b/zip.spec
@@ -80,9 +80,9 @@ bir birleşimi gibidir ve PKZIP uyumludur.
%prep
%setup -q -n %{name}30
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} -f unix/Makefile generic \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/zip.git/commitdiff/67d6ed5d8b5f24aa48601a80936b3110b29d4716
More information about the pld-cvs-commit
mailing list