[packages/guitarix] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:04:53 CEST 2025
commit 5b7072e1f7c5eaad803742276121ac1748b69419
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:04:37 2025 +0200
Fix applying patches.
guitarix.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/guitarix.spec b/guitarix.spec
index 1c11b43..0353960 100644
--- a/guitarix.spec
+++ b/guitarix.spec
@@ -57,9 +57,9 @@ use the feedback and feedforward sliders.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
CC="%{__cc}" \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/guitarix.git/commitdiff/5b7072e1f7c5eaad803742276121ac1748b69419
More information about the pld-cvs-commit
mailing list