summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2003-12-08 06:33:10 +0000
committerBrad Laue <brad@gentoo.org>2003-12-08 06:33:10 +0000
commit8433ae7eb59e366fbe99f3c63ffdc121abb09fa5 (patch)
treea5fb7abafd234c5db99001abfecc97be8d8e7f26 /net-www/mozilla-firebird-cvs
parentFix chown syntax for POSIX compliance (diff)
downloadgentoo-2-8433ae7eb59e366fbe99f3c63ffdc121abb09fa5.tar.gz
gentoo-2-8433ae7eb59e366fbe99f3c63ffdc121abb09fa5.tar.bz2
gentoo-2-8433ae7eb59e366fbe99f3c63ffdc121abb09fa5.zip
Fix chown for POSIX compliance
Diffstat (limited to 'net-www/mozilla-firebird-cvs')
-rw-r--r--net-www/mozilla-firebird-cvs/Manifest2
-rw-r--r--net-www/mozilla-firebird-cvs/mozilla-firebird-cvs-0.6-r2.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/net-www/mozilla-firebird-cvs/Manifest b/net-www/mozilla-firebird-cvs/Manifest
index 3586edda88a6..ef6fa87b5cd9 100644
--- a/net-www/mozilla-firebird-cvs/Manifest
+++ b/net-www/mozilla-firebird-cvs/Manifest
@@ -1,5 +1,5 @@
MD5 ad0d04ca81dc52eeb46f32121b0c6b5c ChangeLog 2234
-MD5 759dafaa75474a05d9aef3391ca2ca53 mozilla-firebird-cvs-0.6-r2.ebuild 4956
MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160
+MD5 6ca100bed04a7be67d82ca2beef21192 mozilla-firebird-cvs-0.6-r2.ebuild 4952
MD5 8c4939880225843b71f61395fc754e14 files/MozillaFirebird 757
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-mozilla-firebird-cvs-0.6-r2 0
diff --git a/net-www/mozilla-firebird-cvs/mozilla-firebird-cvs-0.6-r2.ebuild b/net-www/mozilla-firebird-cvs/mozilla-firebird-cvs-0.6-r2.ebuild
index 907c83eed390..031b7b456e7f 100644
--- a/net-www/mozilla-firebird-cvs/mozilla-firebird-cvs-0.6-r2.ebuild
+++ b/net-www/mozilla-firebird-cvs/mozilla-firebird-cvs-0.6-r2.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-www/mozilla-firebird-cvs/mozilla-firebird-cvs-0.6-r2.ebuild,v 1.5 2003/09/06 02:05:10 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird-cvs/mozilla-firebird-cvs-0.6-r2.ebuild,v 1.6 2003/12/08 06:32:29 brad Exp $
inherit makeedit flag-o-matic gcc nsplugins
@@ -61,7 +61,7 @@ src_unpack() {
make -f mozilla/client.mk checkout
cp -a mozilla ${S}
# Fix an ownership porblem
- chown -R root.root ${S}
+ chown -R root:root ${S}
}
src_compile() {
@@ -152,7 +152,7 @@ src_install() {
cp -RL --no-preserve=links ${S}/dist/bin/* ${D}/usr/lib/MozillaFirebird
#fix permissions
- chown -R root.root ${D}/usr/lib/MozillaFirebird
+ chown -R root:root ${D}/usr/lib/MozillaFirebird
# Plugin path setup (rescuing the existent plugins)
src_mv_plugins /usr/lib/MozillaFirebird/plugins