commit 7ce9b671eca35b39fa451144cb3bdd18b381f2e2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 07:05:36 2024 +0100
Fix patch error
gnuboy.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnuboy.spec b/gnuboy.spec
index b28ae6e..c890ea6 100644
--- a/gnuboy.spec
+++ b/gnuboy.spec
@@ -65,10 +65,10 @@ This is the frame buffer version.
%prep
%setup -q
%ifarch %{ix86} ppc
-%patch0 -p1
+%patch -P0 -p1
%endif
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%configure --disable-arch --disable-optimize --disable-asm \
Show replies by date