From 1abf5916d21ec8689e30e155e73d39fe98a58c2a Mon Sep 17 00:00:00 2001 From: lisu Date: Mon, 17 Aug 2009 10:56:22 +0000 Subject: [PATCH] - python_init.patch (fixes runing python script) Changed files: hatari.spec -> 1.17 --- hatari.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hatari.spec b/hatari.spec index 8652856..abdd91d 100644 --- a/hatari.spec +++ b/hatari.spec @@ -9,6 +9,7 @@ Source0: http://download.berlios.de/hatari/%{name}-%{version}.tar.bz2 # Source0-md5: 1440230be3dd38098f4e0ef36b0a90df Patch0: %{name}-useless_files.patch Patch1: %{name}-destdir.patch +Patch2: %{name}-python_init.patch URL: http://hatari.sourceforge.net/ BuildRequires: SDL-devel >= 1.2.0 BuildRequires: autoconf @@ -37,6 +38,7 @@ Atari ST i STE. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %{__sed} -i 's#path=$(DATAPATH)#path=%{_datadir}/hatari/hatariui#' python-ui/Makefile %build -- 2.44.0