diff options
Diffstat (limited to 'app-sci/setiathome/setiathome-3.08-r1.ebuild')
-rw-r--r-- | app-sci/setiathome/setiathome-3.08-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-sci/setiathome/setiathome-3.08-r1.ebuild b/app-sci/setiathome/setiathome-3.08-r1.ebuild index 67e9fe5ad970..8d3e41939f71 100644 --- a/app-sci/setiathome/setiathome-3.08-r1.ebuild +++ b/app-sci/setiathome/setiathome-3.08-r1.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/app-sci/setiathome/setiathome-3.08-r1.ebuild,v 1.4 2003/10/13 15:03:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.08-r1.ebuild,v 1.5 2003/12/06 23:38:00 spyderous Exp $ IUSE="X" @@ -50,8 +50,8 @@ src_install () { dodir ${I} /var/lib/setiathome cp {setiathome,README} ${D}/${I} use X && cp {xsetiathome,README.xsetiathome} ${D}/${I} - chown nobody.nogroup ${D}/${I} - chown nobody.nogroup ${D}/${I}/setiathome + chown nobody:nogroup ${D}/${I} + chown nobody:nogroup ${D}/${I}/setiathome chmod +s ${S}/setiathome exeinto /etc/init.d ; newexe ${FILESDIR}/seti-init.d-r1 setiathome |