[packages/unzoo] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:26:34 CEST 2025
commit 91c77f0e2be0bb063ad55a3a6bcd8ab775c5a1f3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:26:19 2025 +0200
Fix applying patches.
unzoo.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/unzoo.spec b/unzoo.spec
index d10923a..b40e520 100644
--- a/unzoo.spec
+++ b/unzoo.spec
@@ -24,7 +24,7 @@ przeglądania zawartości archiwów stworzonych przez program ZOO.
%prep
%setup -q -c -T
gzip -dc %{SOURCE0} > unzoo.c
-%patch0 -p1
+%patch -P0 -p1
%build
%{__cc} %{rpmcflags} %{rpmldflags} -DSYS_IS_UNIX unzoo.c -o unzoo
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/unzoo.git/commitdiff/91c77f0e2be0bb063ad55a3a6bcd8ab775c5a1f3
More information about the pld-cvs-commit
mailing list