diff options
Diffstat (limited to 'emulators/loemu/files/patch-setup.py')
| -rw-r--r-- | emulators/loemu/files/patch-setup.py | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/emulators/loemu/files/patch-setup.py b/emulators/loemu/files/patch-setup.py new file mode 100644 index 000000000000..95fbc938aaf5 --- /dev/null +++ b/emulators/loemu/files/patch-setup.py @@ -0,0 +1,23 @@ +--- setup.py.orig Tue Feb 27 14:25:52 2007 ++++ setup.py Tue Feb 27 14:26:23 2007 +@@ -18,14 +18,14 @@ + * The generation of subsets of the gamelist is very fast. + """, + license='GNU GPL', +- platforms='linux', ++ platforms='FreeBSD', + packages=['loemu'], + scripts=glob("scripts/*"), + data_files=[ +- ('share/games/loemu/config',glob("config/*")), +- ('share/games/loemu/glade',glob("glade/*")), +- ('share/games/loemu/roms',''), +- ('share/games/loemu/flyers',''), +- ('share/games/loemu/snaps',''), ++ ('share/loemu/config',glob("config/*")), ++ ('share/loemu/glade',glob("glade/*")), ++ ('share/loemu/roms',''), ++ ('share/loemu/flyers',''), ++ ('share/loemu/snaps',''), + ] + ) |
