[packages/ziptool] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:27:13 CEST 2025
commit b67e5be603bff5d53ac93b75948ddac27a225472
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:26 2025 +0200
Fix applying patches.
ziptool.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ziptool.spec b/ziptool.spec
index bec5bda..9364bf4 100644
--- a/ziptool.spec
+++ b/ziptool.spec
@@ -22,8 +22,8 @@ nośnika; jaztool i ziptool pozwalają zrobić to pod Linuksem.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} CFLAGS="%{rpmcflags}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ziptool.git/commitdiff/b67e5be603bff5d53ac93b75948ddac27a225472
More information about the pld-cvs-commit
mailing list