diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2017-01-02 01:34:17 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-01-02 01:34:17 -0500 |
commit | b4dd1dcd2fecec08efef7e56660b92a791a0d105 (patch) | |
tree | 74d82da43db69f70d5d5e2f0869df2b98b277193 | |
parent | app-portage/gentoostats: install manpages for gentoostats-{cli,send} (diff) | |
download | gentoostats-master.tar.gz gentoostats-master.tar.bz2 gentoostats-master.zip |
-rw-r--r-- | overlay/app-portage/gentoostats/gentoostats-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/overlay/app-portage/gentoostats/gentoostats-9999.ebuild b/overlay/app-portage/gentoostats/gentoostats-9999.ebuild index 1cd8092..148785f 100644 --- a/overlay/app-portage/gentoostats/gentoostats-9999.ebuild +++ b/overlay/app-portage/gentoostats/gentoostats-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -40,7 +40,6 @@ python_install_all() { insinto /etc/gentoostats doins client/payload.cfg - # this doesn't work, why ? fowners root:portage /etc/gentoostats/payload.cfg fperms 0640 /etc/gentoostats/payload.cfg |