diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-15 01:05:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-15 01:05:59 +0000 |
commit | 40c6358e86b8565cfa4dcc76e5fe6b33686cdb5c (patch) | |
tree | f44ed3c0c51bc7d9017fffd0e3326f030b019881 /net-misc | |
parent | (no commit message) (diff) | |
download | historical-40c6358e86b8565cfa4dcc76e5fe6b33686cdb5c.tar.gz historical-40c6358e86b8565cfa4dcc76e5fe6b33686cdb5c.tar.bz2 historical-40c6358e86b8565cfa4dcc76e5fe6b33686cdb5c.zip |
chmod, not chown
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ntp/ntp-4.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ntp/ntp-4.2.0.ebuild b/net-misc/ntp/ntp-4.2.0.ebuild index 8b99a38a6d2a..c7f01afdace3 100644 --- a/net-misc/ntp/ntp-4.2.0.ebuild +++ b/net-misc/ntp/ntp-4.2.0.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-misc/ntp/ntp-4.2.0.ebuild,v 1.2 2004/02/15 00:01:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.2.0.ebuild,v 1.3 2004/02/15 01:05:59 vapier Exp $ inherit eutils @@ -98,7 +98,7 @@ src_install() { -name 'rc[12]' -o \ -name support` cp -r scripts/* ${D}/usr/share/ntp/ - chown -R go-w /usr/share/ntp + chmod -R go-w /usr/share/ntp [ ! -e /etc/ntp.conf ] && insinto /etc && doins ${FILESDIR}/ntp.conf exeinto /etc/init.d |