[packages/gtkzip] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:03:31 CEST 2025
commit 7c2a9adda5da40b50c338bc01e4d9f4057413387
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:03:15 2025 +0200
Fix applying patches.
gtkzip.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtkzip.spec b/gtkzip.spec
index 2ee3825..c83f9c1 100644
--- a/gtkzip.spec
+++ b/gtkzip.spec
@@ -32,8 +32,8 @@ całości w C, z wykorzystaniem biblioteki GTK+.
%prep
%setup -q
-%patch0 -p0
-%patch1 -p1
+%patch -P0 -p0
+%patch -P1 -p1
%build
rm -f missing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gtkzip.git/commitdiff/7c2a9adda5da40b50c338bc01e4d9f4057413387
More information about the pld-cvs-commit
mailing list