summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/zope/zope-2.5.1.ebuild')
-rw-r--r--net-zope/zope/zope-2.5.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-zope/zope/zope-2.5.1.ebuild b/net-zope/zope/zope-2.5.1.ebuild
index 4cc82a3ee6a2..df44a77395dc 100644
--- a/net-zope/zope/zope-2.5.1.ebuild
+++ b/net-zope/zope/zope-2.5.1.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-zope/zope/zope-2.5.1.ebuild,v 1.4 2003/10/10 21:02:39 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.5.1.ebuild,v 1.5 2003/12/14 23:36:33 spider Exp $
S=${WORKDIR}/Zope-${PV}-src
DESCRIPTION="Zope is web application platform used for building high-performance, dynamic web sites."
@@ -85,7 +85,7 @@ src_install () {
dodir /etc/init.d
exeinto /etc/init.d
newexe ${FILESDIR}/zope.rc6 zope
- chown nobody.users ${D}/${ZVAR}/var/*
+ chown nobody:users ${D}/${ZVAR}/var/*
}
pkg_postinst() {
@@ -96,7 +96,7 @@ pkg_postinst() {
cp Data.fs.in Data.fs
echo
echo "Fixing permissions..."
- chown nobody.nogroup -R ${ROOT}/var/lib/zope/var
+ chown nobody:nogroup -R ${ROOT}/var/lib/zope/var
chmod 600 ${ROOT}/var/lib/zope/var/Data.fs
echo
fi