diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-17 00:47:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-17 00:47:56 +0000 |
commit | b13a7de94aa024632b2ed838c180787fb1afd8f4 (patch) | |
tree | c42c8b3b9d5cd13831f3ead9debdf36483c87603 /net-www/mozilla-firefox | |
parent | Readding ~amd64. (Manifest recommit) (diff) | |
download | gentoo-2-b13a7de94aa024632b2ed838c180787fb1afd8f4.tar.gz gentoo-2-b13a7de94aa024632b2ed838c180787fb1afd8f4.tar.bz2 gentoo-2-b13a7de94aa024632b2ed838c180787fb1afd8f4.zip |
fix spelling typo in comment
Diffstat (limited to 'net-www/mozilla-firefox')
-rw-r--r-- | net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild | 4 | ||||
-rw-r--r-- | net-www/mozilla-firefox/mozilla-firefox-0.9-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild b/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild index fe2685da3cd1..3491de19b9ad 100644 --- a/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild +++ b/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.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-firefox/mozilla-firefox-0.8-r3.ebuild,v 1.11 2004/06/07 03:54:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-0.8-r3.ebuild,v 1.12 2004/06/17 00:47:56 agriffis Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils mozilla-launcher @@ -277,7 +277,7 @@ pkg_postinst() { # Fix permissions on chrome files find ${MOZILLA_FIVE_HOME}/chrome/ -name '*.rdf' -exec chmod 0644 {} \; || : - # This should be called in the postinst and postun of all the + # This should be called in the postinst and postrm of all the # mozilla, mozilla-bin, firefox, firefox-bin, thunderbird and # thunderbird-bin ebuilds. update_mozilla_launcher_symlinks diff --git a/net-www/mozilla-firefox/mozilla-firefox-0.9-r1.ebuild b/net-www/mozilla-firefox/mozilla-firefox-0.9-r1.ebuild index 69e648c47f4b..b5db69d3a528 100644 --- a/net-www/mozilla-firefox/mozilla-firefox-0.9-r1.ebuild +++ b/net-www/mozilla-firefox/mozilla-firefox-0.9-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-firefox/mozilla-firefox-0.9-r1.ebuild,v 1.3 2004/06/16 22:30:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-0.9-r1.ebuild,v 1.4 2004/06/17 00:47:56 agriffis Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils mozilla-launcher @@ -284,7 +284,7 @@ pkg_postinst() { # Fix permissions on chrome files find ${MOZILLA_FIVE_HOME}/chrome/ -name '*.rdf' -exec chmod 0644 {} \; || : - # This should be called in the postinst and postun of all the + # This should be called in the postinst and postrm of all the # mozilla, mozilla-bin, firefox, firefox-bin, thunderbird and # thunderbird-bin ebuilds. update_mozilla_launcher_symlinks |