[Lunar-commits] <moonbase-other> snes9x: fix data files

v4hn me at v4hn.de
Tue Jan 22 15:21:00 CET 2013


commit c8e5d837cb07f431346a75a668492de175ec3385
Author: v4hn <me at v4hn.de>
Date: Tue, 22 Jan 2013 06:21:00 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/c8e5d837cb07f431346a75a668492de175ec3385

snes9x: fix data files
---
  games/snes9x/BUILD | +3/-2     
  1 file changed, 3 insertions(+), 2 deletions(-)

--- a/games/snes9x/BUILD
+++ b/games/snes9x/BUILD
@@ -1,8 +1,9 @@
 (
-  sedit "s:desktopdir = .*:desktopdir = /usr/share/applications:" gtk/data/Makefile.in &&
-
   OPTS+=" --with-sdd1-decomp --with-jma-decomp --with-hq2x --with-netplay" &&
 
+  # the only files installed are *.desktop and icon/*
+  # these belong to /usr/share
+  OPTS+=" --datadir=/usr/share" &&
   cd gtk &&
 
   default_game_build




More information about the Lunar-commits mailing list