[packages/v86d] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:28:10 CEST 2025
commit 519707f105a115c0972fbf30a204e879fe5179b1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:27:54 2025 +0200
Fix applying patches.
v86d.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/v86d.spec b/v86d.spec
index b178fde..3f53c52 100644
--- a/v86d.spec
+++ b/v86d.spec
@@ -66,10 +66,10 @@ Program pomocniczy uvesafb uruchamiający kod x86 w emulowanym
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
sed -i 's:-g -O2:$(OPTFLAGS):' Makefile
-%patch2 -p1
+%patch -P2 -p1
%build
%if %{with initrd}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/v86d.git/commitdiff/519707f105a115c0972fbf30a204e879fe5179b1
More information about the pld-cvs-commit
mailing list