diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2004-11-07 23:53:49 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2004-11-07 23:53:49 +0000 |
commit | 45b28d143beb728c5deb9b1e93c64302aab21a66 (patch) | |
tree | f3a04c7e55beb0e48c488b0ca67996c1892f89ec /dev-db/firebird/firebird-1.5.1.ebuild | |
parent | forgot to disable the gnomevfs extension when ! use gtk2 (diff) | |
download | gentoo-2-45b28d143beb728c5deb9b1e93c64302aab21a66.tar.gz gentoo-2-45b28d143beb728c5deb9b1e93c64302aab21a66.tar.bz2 gentoo-2-45b28d143beb728c5deb9b1e93c64302aab21a66.zip |
Fixed obsolete chown syntax, bug #69597
Diffstat (limited to 'dev-db/firebird/firebird-1.5.1.ebuild')
-rw-r--r-- | dev-db/firebird/firebird-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/firebird/firebird-1.5.1.ebuild b/dev-db/firebird/firebird-1.5.1.ebuild index 135507ed6078..a9184df6bc78 100644 --- a/dev-db/firebird/firebird-1.5.1.ebuild +++ b/dev-db/firebird/firebird-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.1.ebuild,v 1.6 2004/10/19 14:21:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.1.ebuild,v 1.7 2004/11/07 23:53:49 sekretarz Exp $ inherit flag-o-matic eutils @@ -199,7 +199,7 @@ pkg_config() { if [ ! -f /etc/hosts.equiv ] then touch /etc/hosts.equiv - chown root.root /etc/hosts.equiv + chown root:root /etc/hosts.equiv chmod u=rw,go=r /etc/hosts.equiv fi |