diff options
Diffstat (limited to 'mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.8.ebuild')
-rw-r--r-- | mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.8.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.8.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.8.ebuild index e22a332f872b..3a5a2f02bd18 100644 --- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.8.ebuild +++ b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.8.ebuild,v 1.1 2004/09/14 21:48:36 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.8.ebuild,v 1.2 2004/09/16 03:42:22 brad Exp $ inherit nsplugins eutils mozilla-launcher @@ -44,14 +44,12 @@ src_install() { dosym /usr/libexec/mozilla-launcher /usr/bin/thunderbird-bin # Install icon and .desktop for menu entry - if use gnome; then - insinto /usr/share/pixmaps - doins ${FILESDIR}/icon/mozillathunderbird-bin-icon.png - # Fix bug 54179: Install .desktop file into /usr/share/applications - # instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis) - insinto /usr/share/applications - doins ${FILESDIR}/icon/mozillathunderbird-bin.desktop - fi + insinto /usr/share/pixmaps + doins ${FILESDIR}/icon/mozillathunderbird-bin-icon.png + # Fix bug 54179: Install .desktop file into /usr/share/applications + # instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis) + insinto /usr/share/applications + doins ${FILESDIR}/icon/mozillathunderbird-bin.desktop # Normally thunderbird-bin-0.7 must be run as root once before it # can be run as a normal user. Drop in some initialized files to |