[packages/unalz] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:25:43 CEST 2025
commit 93ecba0f034b9794b6afff809c41b5ce42cac6f0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:25:27 2025 +0200
Fix applying patches.
unalz.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/unalz.spec b/unalz.spec
index e68b437..349d2db 100644
--- a/unalz.spec
+++ b/unalz.spec
@@ -22,8 +22,8 @@ Narzędzie do dekompresji plików w formacie alzip.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} linux-utf8 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/unalz.git/commitdiff/93ecba0f034b9794b6afff809c41b5ce42cac6f0
More information about the pld-cvs-commit
mailing list