summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2015-03-10 00:56:23 +0000
committerMarc Schiffbauer <mschiff@gentoo.org>2015-03-10 00:56:23 +0000
commit822525fe553591ccddc9898593fde9c50d784c9b (patch)
treefe186b14a2e9615e54883815786d22ec01b1ebcd /sci-geosciences/googleearth
parentFix double slash typo. (diff)
downloadgentoo-2-822525fe553591ccddc9898593fde9c50d784c9b.tar.gz
gentoo-2-822525fe553591ccddc9898593fde9c50d784c9b.tar.bz2
gentoo-2-822525fe553591ccddc9898593fde9c50d784c9b.zip
Fix config path in ewarn. Thanks to Toralf Förster, Fixes #532454
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Diffstat (limited to 'sci-geosciences/googleearth')
-rw-r--r--sci-geosciences/googleearth/ChangeLog8
-rw-r--r--sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-geosciences/googleearth/ChangeLog b/sci-geosciences/googleearth/ChangeLog
index e9b201c20bb7..e5dfa4558ff9 100644
--- a/sci-geosciences/googleearth/ChangeLog
+++ b/sci-geosciences/googleearth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-geosciences/googleearth
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v 1.58 2014/02/08 15:56:20 mschiff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v 1.59 2015/03/10 00:56:23 mschiff Exp $
+
+ 10 Mar 2015; Marc Schiffbauer <mschiff@gentoo.org>
+ googleearth-7.1.2.2041.ebuild:
+ Fix config path in ewarn. Thanks to Toralf Förster, Fixes #532454
*googleearth-7.1.2.2041 (08 Feb 2014)
diff --git a/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild b/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild
index 8c94b27a39b6..14dadecd6c08 100644
--- a/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild
+++ b/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild,v 1.1 2014/02/08 15:56:20 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild,v 1.2 2015/03/10 00:56:23 mschiff Exp $
EAPI=5
@@ -144,7 +144,7 @@ pkg_preinst() {
}
pkg_postinst() {
- elog "When you get a crash starting Google Earth, try adding a file ~./config/Google/GoogleEarthPlus.conf"
+ elog "When you get a crash starting Google Earth, try adding a file ~./.config/Google/GoogleEarthPlus.conf"
elog "with the following options:"
elog "lastTip = 4"
elog "enableTips = false"