diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-03-29 04:09:01 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-03-29 04:09:01 +0000 |
commit | 9f46d3d5b6c4600857d497965eb5f9d18952517d (patch) | |
tree | 83108038efe44e8cd27df6faae3baeb3addb5e8c /net-www/mozilla | |
parent | Workaround dosym inadequacy for /usr/bin/firefox link, fixes bug 46049 (Manif... (diff) | |
download | gentoo-2-9f46d3d5b6c4600857d497965eb5f9d18952517d.tar.gz gentoo-2-9f46d3d5b6c4600857d497965eb5f9d18952517d.tar.bz2 gentoo-2-9f46d3d5b6c4600857d497965eb5f9d18952517d.zip |
Workaround dosym inadequacy for /usr/bin/mozilla link, fixes bug 46049
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7_beta-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index 70a5ae1baec0..4bffbe80980f 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.157 2004/03/29 02:45:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.158 2004/03/29 04:09:01 agriffis Exp $ + + 28 Mar 2004; Aron Griffis <agriffis@gentoo.org> mozilla-1.7_beta-r1.ebuild: + Workaround dosym inadequacy for /usr/bin/mozilla link, fixes bug 46049 28 Mar 2004; Aron Griffis <agriffis@gentoo.org> -mozilla-1.5-r1.ebuild, -mozilla-1.6.ebuild: diff --git a/net-www/mozilla/mozilla-1.7_beta-r1.ebuild b/net-www/mozilla/mozilla-1.7_beta-r1.ebuild index b6d48b2a096b..e265b341ba4f 100644 --- a/net-www/mozilla/mozilla-1.7_beta-r1.ebuild +++ b/net-www/mozilla/mozilla-1.7_beta-r1.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/net-www/mozilla/mozilla-1.7_beta-r1.ebuild,v 1.2 2004/03/28 17:44:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7_beta-r1.ebuild,v 1.3 2004/03/29 04:09:01 agriffis Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama" # Internal USE flags that I do not really want to advertise ... @@ -452,7 +452,7 @@ src_install() { done cd ${S} - dosym mozilla-launcher /usr/bin/mozilla + ln -sfn mozilla-launcher ${D}/usr/bin/mozilla insinto /etc/env.d doins ${FILESDIR}/10mozilla dodoc LEGAL LICENSE README/mozilla/README* |