[packages/howl] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:09:16 CEST 2025
commit cdc7a3f3e7b49b73083effd0473db31b45eced7b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:09:00 2025 +0200
Fix applying patches.
howl.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/howl.spec b/howl.spec
index 6cbbe97..64c644b 100644
--- a/howl.spec
+++ b/howl.spec
@@ -72,11 +72,11 @@ Statyczna biblioteka howl.
%prep
%setup -q
-%patch0 -p0
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p0
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/howl.git/commitdiff/cdc7a3f3e7b49b73083effd0473db31b45eced7b
More information about the pld-cvs-commit
mailing list