diff options
Diffstat (limited to 'media-sound/glame/glame-1.0.1.ebuild')
-rw-r--r-- | media-sound/glame/glame-1.0.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/glame/glame-1.0.1.ebuild b/media-sound/glame/glame-1.0.1.ebuild index 4dfae924b39e..8b1482799642 100644 --- a/media-sound/glame/glame-1.0.1.ebuild +++ b/media-sound/glame/glame-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.1.ebuild,v 1.8 2004/05/04 02:09:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.1.ebuild,v 1.9 2004/06/08 01:18:36 agriffis Exp $ IUSE="nls gnome oggvorbis" @@ -29,7 +29,7 @@ src_unpack() { unpack ${A} # fix NLS problem (bug #7587) - if [ ! "`use nls`" ] + if ! use nls then cd ${S}/src/gui mv swapfilegui.c swapfilegui.c.bad @@ -45,7 +45,7 @@ src_unpack() { src_compile() { local myconf="" - if [ "`use gnome`" ] + if use gnome then # Use a valid icon for the GNOME menu entry cp src/gui/glame.desktop src/gui/glame.desktop.old @@ -66,7 +66,7 @@ src_compile() { src_install () { einstall || die "Installation failed" - if [ "`use gnome`" ] + if use gnome then dodir /usr/share/pixmaps dosym ../glame/pixmaps/glame-logo.jpg \ |