diff options
Diffstat (limited to 'net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild')
-rw-r--r-- | net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild index 1b915cfdc142..6e62f425bf8e 100644 --- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild +++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild,v 1.2 2003/12/08 06:15:30 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.4.ebuild,v 1.3 2003/12/08 06:28:34 brad Exp $ inherit makeedit flag-o-matic gcc nsplugins @@ -175,7 +175,7 @@ src_install() { cp -RL --no-preserve=links ${S}/dist/bin/* ${D}/usr/lib/MozillaThunderbird #fix permissions - chown -R root.root ${D}/usr/lib/MozillaThunderbird + chown -R root:root ${D}/usr/lib/MozillaThunderbird dobin ${FILESDIR}/MozillaThunderbird |