diff options
Diffstat (limited to 'games-rpg/tmw/files/tmw-branding-gentoo.patch')
-rw-r--r-- | games-rpg/tmw/files/tmw-branding-gentoo.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games-rpg/tmw/files/tmw-branding-gentoo.patch b/games-rpg/tmw/files/tmw-branding-gentoo.patch new file mode 100644 index 000000000000..e25e0b3bcff2 --- /dev/null +++ b/games-rpg/tmw/files/tmw-branding-gentoo.patch @@ -0,0 +1,21 @@ +diff --git i/tmw w/tmw +index 009a08f..6060628 100755 +--- i/tmw ++++ w/tmw +@@ -1,2 +1,2 @@ + #!/bin/sh +-exec mana /usr/share/tmw/tmw.mana "$@" ++exec mana @GENTOO_DATADIR@/tmw.mana "$@" +diff --git i/tmw.desktop w/tmw.desktop +index 21b41ea..263237c 100644 +--- i/tmw.desktop ++++ w/tmw.desktop +@@ -8,7 +8,7 @@ Comment[de]=ein Online Fantasy Spiel + Comment[it]=Un gioco fantasy online + Comment[nl]=Een online role playing game + Comment[sv]=Ett fantasyrollspel online +-Exec=mana /usr/share/tmw/tmw.mana ++Exec=mana @GENTOO_DATADIR@/tmw.mana + StartupNotify=false + Terminal=false + Type=Application |