[packages/fwbuilder] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:38:01 CEST 2025
commit 3964c1a32441183938c19cba4331b6159bdaedc4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:37:45 2025 +0200
Fix applying patches.
fwbuilder.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fwbuilder.spec b/fwbuilder.spec
index 1e7ac49..472b3cb 100644
--- a/fwbuilder.spec
+++ b/fwbuilder.spec
@@ -209,9 +209,9 @@ Pliki specyficzne dla MacOS X.
%prep
%setup -q
#%patch0 -p1
-%patch1 -p1
+%patch -P1 -p1
#%patch2 -p1
-%patch3 -p1
+%patch -P3 -p1
%build
export QTDIR="%{_usr}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fwbuilder.git/commitdiff/3964c1a32441183938c19cba4331b6159bdaedc4
More information about the pld-cvs-commit
mailing list