commit 42f21c00e30ec98ea99366b49d200f16776dfa2f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 2 07:14:24 2024 +0100
Fix patch error
lxdream.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxdream.spec b/lxdream.spec
index 6e41aaf..53a5a8a 100644
--- a/lxdream.spec
+++ b/lxdream.spec
@@ -31,8 +31,8 @@ is already capable of running many demos and some games.
%prep
%setup -q
-%patch0 -p1 -b .glib
-%patch1 -p1 -b .implicit
+%patch -P0 -p1 -b .glib
+%patch -P1 -p1 -b .implicit
#Fix the desktop file
sed -i "s/Categories=Game;Emulator/Categories=Game;Emulator;/" lxdream.desktop
Show replies by date