[packages/fbida] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:30:29 CEST 2025
commit 9cedb8ae8381619445050d0d1b942a2b7b9f92d0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:30:13 2025 +0200
Fix applying patches.
fbida.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fbida.spec b/fbida.spec
index ac697d8..b3cefc3 100644
--- a/fbida.spec
+++ b/fbida.spec
@@ -140,8 +140,8 @@ Dostępne jest też trochę podstawowych funkcji edycyjnych.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
CFLAGS="%{rpmcflags}" \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fbida.git/commitdiff/9cedb8ae8381619445050d0d1b942a2b7b9f92d0
More information about the pld-cvs-commit
mailing list