diff options
author | Brad Laue <brad@gentoo.org> | 2003-12-08 06:28:38 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2003-12-08 06:28:38 +0000 |
commit | 0016baf56d803ebed6f54411ed8a0810c28a6804 (patch) | |
tree | 1bbd4f7febe36fa2a332cde49144c8488371a57f /net-mail/mozilla-thunderbird | |
parent | chown x.y -> chown x:y (bug 35127) (diff) | |
download | gentoo-2-0016baf56d803ebed6f54411ed8a0810c28a6804.tar.gz gentoo-2-0016baf56d803ebed6f54411ed8a0810c28a6804.tar.bz2 gentoo-2-0016baf56d803ebed6f54411ed8a0810c28a6804.zip |
Fixing chown syntax (woo POSIX yeah)
Diffstat (limited to 'net-mail/mozilla-thunderbird')
5 files changed, 12 insertions, 12 deletions
diff --git a/net-mail/mozilla-thunderbird/Manifest b/net-mail/mozilla-thunderbird/Manifest index 8016886b41d4..08499e401bfa 100644 --- a/net-mail/mozilla-thunderbird/Manifest +++ b/net-mail/mozilla-thunderbird/Manifest @@ -1,9 +1,9 @@ MD5 5dd0418c191830dfcfd74400e3f9608c metadata.xml 182 -MD5 a404cb633c92c6fab28e0ef15c955b2e mozilla-thunderbird-0.3.ebuild 6011 -MD5 cdc460578a9b679120fd98967e60f7a5 mozilla-thunderbird-0.3-r1.ebuild 6029 -MD5 b42060ec99122982f1765df2d733a79b mozilla-thunderbird-0.4.ebuild 6023 +MD5 4eb0da6d21b3f5a1843dafd63b9c3647 mozilla-thunderbird-0.3.ebuild 6011 +MD5 d966f170d2b4694e6f5e979bbc8b87bf mozilla-thunderbird-0.2.ebuild 5994 +MD5 149b75bd986e9e61881379c64fb0652c mozilla-thunderbird-0.3-r1.ebuild 6026 +MD5 8fa2afabcc54d3afdcb3ef81687854c9 mozilla-thunderbird-0.4.ebuild 6023 MD5 c207f402bec92c2082bbb0012e9793e9 ChangeLog 3393 -MD5 dbcfbaa201406348ebeceb7e859c8a6c mozilla-thunderbird-0.2.ebuild 5997 MD5 1adb062c6ed356e75ec53d1e35c9d350 files/MozillaThunderbird 302 MD5 eb197ecfcac1795c503ccfeb7d010075 files/digest-mozilla-thunderbird-0.2 210 MD5 3c9eed139081937f636a51ff6e950852 files/digest-mozilla-thunderbird-0.3 210 diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2.ebuild index 5ca9c2a35f13..c5fccef354b7 100644 --- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2.ebuild +++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2.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.2.ebuild,v 1.4 2003/09/12 23:20:54 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2.ebuild,v 1.5 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 diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3-r1.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3-r1.ebuild index 9b09a22e393c..78e241683cd1 100644 --- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3-r1.ebuild +++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3-r1.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.3-r1.ebuild,v 1.2 2003/11/18 01:21:22 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3-r1.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 diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3.ebuild index fc4837714413..68cf9be90f9a 100644 --- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3.ebuild +++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3.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.3.ebuild,v 1.2 2003/10/20 17:26:25 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.3.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 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 |