summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2003-12-09 01:37:29 +0000
committerDon Seiler <rizzo@gentoo.org>2003-12-09 01:37:29 +0000
commitd964beadeba9a16f4ae2aa33d31ba1be9538be93 (patch)
treead929c94b9a67a2b0bae2f515f5e7ae680ae4513 /net-p2p/zuul/zuul-1.2.0.ebuild
parentChanging chown usage to use colon (diff)
downloadhistorical-d964beadeba9a16f4ae2aa33d31ba1be9538be93.tar.gz
historical-d964beadeba9a16f4ae2aa33d31ba1be9538be93.tar.bz2
historical-d964beadeba9a16f4ae2aa33d31ba1be9538be93.zip
Changing chown usage to use colon
Diffstat (limited to 'net-p2p/zuul/zuul-1.2.0.ebuild')
-rw-r--r--net-p2p/zuul/zuul-1.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/zuul/zuul-1.2.0.ebuild b/net-p2p/zuul/zuul-1.2.0.ebuild
index 225655d00e50..5aa9ddb04734 100644
--- a/net-p2p/zuul/zuul-1.2.0.ebuild
+++ b/net-p2p/zuul/zuul-1.2.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Maintainer: Don Seiler <rizzo@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.2.0.ebuild,v 1.1 2003/11/19 00:24:22 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.2.0.ebuild,v 1.2 2003/12/09 01:37:26 rizzo Exp $
inherit webapp-apache
@@ -29,7 +29,7 @@ src_install() {
cp -a * "${D}/${HTTPD_ROOT}/zuul"
dodoc ${S}/docs/*
- chown -R "${HTTPD_USER}.${HTTPD_GROUP}" "${D}/${HTTPD_ROOT}/zuul"
+ chown -R "${HTTPD_USER}:${HTTPD_GROUP}" "${D}/${HTTPD_ROOT}/zuul"
}
pkg_postinst() {