diff options
author | 2006-06-13 18:42:11 +0000 | |
---|---|---|
committer | 2006-06-13 18:42:11 +0000 | |
commit | 25ffaeef77d2ca738e3808c204dfe4e99b56110a (patch) | |
tree | fd34ec14b693095f1f0fd5ecc2bfbbdf88d22ccd /x11-misc/googleearth | |
parent | put cups source files back where they belong. (diff) | |
download | gentoo-2-25ffaeef77d2ca738e3808c204dfe4e99b56110a.tar.gz gentoo-2-25ffaeef77d2ca738e3808c204dfe4e99b56110a.tar.bz2 gentoo-2-25ffaeef77d2ca738e3808c204dfe4e99b56110a.zip |
unset environment variable that could break the installation, thanks to zzam in #gentoo-bugs
(Portage version: 2.1)
Diffstat (limited to 'x11-misc/googleearth')
-rw-r--r-- | x11-misc/googleearth/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/googleearth/googleearth-4_beta.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-misc/googleearth/ChangeLog b/x11-misc/googleearth/ChangeLog index 9607b4c740b1..e36f4d016e3a 100644 --- a/x11-misc/googleearth/ChangeLog +++ b/x11-misc/googleearth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/googleearth # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.3 2006/06/13 16:29:45 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.4 2006/06/13 18:42:11 genstef Exp $ + + 13 Jun 2006; Stefan Schweizer <genstef@gentoo.org> + googleearth-4_beta.ebuild: + unset environment variable that could break the installation, thanks to zzam + in #gentoo-bugs 13 Jun 2006; Stefan Schweizer <genstef@gentoo.org> googleearth-4_beta.ebuild: diff --git a/x11-misc/googleearth/googleearth-4_beta.ebuild b/x11-misc/googleearth/googleearth-4_beta.ebuild index f2532de62005..3c157c801aea 100644 --- a/x11-misc/googleearth/googleearth-4_beta.ebuild +++ b/x11-misc/googleearth/googleearth-4_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-4_beta.ebuild,v 1.4 2006/06/13 16:29:45 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-4_beta.ebuild,v 1.5 2006/06/13 18:42:11 genstef Exp $ inherit eutils fdo-mime @@ -51,6 +51,7 @@ src_unpack() { src_install() { make_wrapper ${PN} ./${PN} /opt/${PN} . || die "make_wrapper failed" + unset XDG_DATA_DIRS dodir /usr/share/{appl{ications,nk},gnome/apps,mime/packages} ./postinstall.sh doicon ${PN}-icon.png |