diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2003-12-06 23:38:04 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2003-12-06 23:38:04 +0000 |
commit | 738d1ac2e1fca1b04402489a31a352c8c16017dd (patch) | |
tree | ca1bea78a220c14a58c995978e70e0c7cc424959 /app-sci/setiathome/setiathome-3.08-r1.ebuild | |
parent | removed unecessary alsa-driver dep (diff) | |
download | historical-738d1ac2e1fca1b04402489a31a352c8c16017dd.tar.gz historical-738d1ac2e1fca1b04402489a31a352c8c16017dd.tar.bz2 historical-738d1ac2e1fca1b04402489a31a352c8c16017dd.zip |
Changing obsolete chown syntax for bug #35127.
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 |