diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2010-09-10 14:27:45 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2010-09-10 14:27:45 +0000 |
commit | 5ad8165d951efa05df2532a53fce02a4d8247618 (patch) | |
tree | f6a29b933ad88724bef3e591c221ca8b1af4a4e4 /www-client/icecat | |
parent | Respect LDFLAGS (bug #335371), CC. (diff) | |
download | gentoo-2-5ad8165d951efa05df2532a53fce02a4d8247618.tar.gz gentoo-2-5ad8165d951efa05df2532a53fce02a4d8247618.tar.bz2 gentoo-2-5ad8165d951efa05df2532a53fce02a4d8247618.zip |
Fixing install location.
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'www-client/icecat')
-rw-r--r-- | www-client/icecat/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/icecat/icecat-3.6.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index be5f0fca3d40..da74f0947dd2 100644 --- a/www-client/icecat/ChangeLog +++ b/www-client/icecat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/icecat # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.42 2010/09/10 06:48:36 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.43 2010/09/10 14:27:45 polynomial-c Exp $ + + 10 Sep 2010; Lars Wendler <polynomial-c@gentoo.org> icecat-3.6.9.ebuild: + Fixing install location. Thanx to Anarchy... 10 Sep 2010; Lars Wendler <polynomial-c@gentoo.org> icecat-3.6.9.ebuild: Use new firefox patchset tarball. diff --git a/www-client/icecat/icecat-3.6.9.ebuild b/www-client/icecat/icecat-3.6.9.ebuild index 00debb541f31..a3824becb099 100644 --- a/www-client/icecat/icecat-3.6.9.ebuild +++ b/www-client/icecat/icecat-3.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.6.9.ebuild,v 1.5 2010/09/10 06:48:36 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.6.9.ebuild,v 1.6 2010/09/10 14:27:45 polynomial-c Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -120,7 +120,7 @@ src_unpack() { src_prepare() { # Integrate rebranding - sed -i "s|/mozilla-firefox|/icecat|" \ + sed -i "s|/firefox|/icecat|" \ "${WORKDIR}"/001-firefox_gentoo_install_dirs.patch # Fix preferences location |