summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2003-12-06 00:15:42 +0000
committerChuck Short <zul@gentoo.org>2003-12-06 00:15:42 +0000
commiteb1e3377dd7090d9226f81e0ec885bd012bd9a6d (patch)
treefb1cdef110b241d6419e610de0acbbb6802fd45e /net-irc/epic4/epic4-1.1.12.ebuild
parentSlight ChangeLog tweak... (diff)
downloadgentoo-2-eb1e3377dd7090d9226f81e0ec885bd012bd9a6d.tar.gz
gentoo-2-eb1e3377dd7090d9226f81e0ec885bd012bd9a6d.tar.bz2
gentoo-2-eb1e3377dd7090d9226f81e0ec885bd012bd9a6d.zip
Fixed chown syntax.
Diffstat (limited to 'net-irc/epic4/epic4-1.1.12.ebuild')
-rw-r--r--net-irc/epic4/epic4-1.1.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/epic4/epic4-1.1.12.ebuild b/net-irc/epic4/epic4-1.1.12.ebuild
index 3b9d35222fc0..72014af845d3 100644
--- a/net-irc/epic4/epic4-1.1.12.ebuild
+++ b/net-irc/epic4/epic4-1.1.12.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-irc/epic4/epic4-1.1.12.ebuild,v 1.7 2003/11/14 02:36:30 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.12.ebuild,v 1.8 2003/12/06 00:15:31 zul Exp $
IUSE="ipv6 perl ssl tcltk"
@@ -68,7 +68,7 @@ src_install () {
rm -rf ${D}/usr/share/epic/help/CVS
rm -f ${D}/usr/share/epic/help/Makefile
- chown -R root.root ${D}/usr/share/epic/help
+ chown -R root:root ${D}/usr/share/epic/help
}
pkg_postinst() {