diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-19 01:06:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-19 01:06:25 +0000 |
commit | 48bf3e9e07c22f01e390a7b546f5a7f0ea369d29 (patch) | |
tree | 46a6f5bb36adbcb7a649edadf79301852adf9788 /games-kids/gcompris | |
parent | old (diff) | |
download | gentoo-2-48bf3e9e07c22f01e390a7b546f5a7f0ea369d29.tar.gz gentoo-2-48bf3e9e07c22f01e390a7b546f5a7f0ea369d29.tar.bz2 gentoo-2-48bf3e9e07c22f01e390a7b546f5a7f0ea369d29.zip |
prune /usr/games/lib/menu
Diffstat (limited to 'games-kids/gcompris')
-rw-r--r-- | games-kids/gcompris/gcompris-3.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-kids/gcompris/gcompris-3.2.ebuild b/games-kids/gcompris/gcompris-3.2.ebuild index 4f80464de430..bbf241eaf59a 100644 --- a/games-kids/gcompris/gcompris-3.2.ebuild +++ b/games-kids/gcompris/gcompris-3.2.ebuild @@ -9,8 +9,8 @@ HOMEPAGE="http://ofset.sourceforge.net/gcompris/" SRC_URI="mirror://sourceforge/gcompris/${P}.tgz" LICENSE="GPL-2" -KEYWORDS="x86" SLOT="0" +KEYWORDS="x86" IUSE="oggvorbis nls python" DEPEND="virtual/x11 @@ -51,6 +51,7 @@ src_install() { make install DESTDIR=${D} || die "make install failed" dodoc AUTHORS ChangeLog NEWS README THANKS TODO mv ${D}/${GAMES_DATADIR}/{locale,gnome,pixmaps} ${D}/usr/share/ + rm -rf ${GAMES_LIBDIR}/menu if [ ! `use nls` ] ; then rm -rf ${D}/usr/share/locale cd ${D}/${GAMES_DATADIR}/gcompris/boards/sounds |