diff options
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/gxmame/gxmame-0.35_beta2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild b/games-emulation/gxmame/gxmame-0.35_beta2.ebuild index 508f35a95123..0f6958bc187e 100644 --- a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild +++ b/games-emulation/gxmame/gxmame-0.35_beta2.ebuild @@ -35,6 +35,10 @@ src_prepare() { -e "s:-O2:${CFLAGS}:" \ configure || die sed -i \ + -e '/Icon/s/\.png//' \ + -e '/Categories/s/Application;//' \ + gxmame.desktop.in || die + sed -i \ -e 's:COPYING::' \ -e "s:^docdir = .*:docdir = /usr/share/doc/${PF}:" \ -e "s:^htmldir = .*:htmldir = /usr/share/doc/${PF}/html:" \ |