diff options
author | 2017-01-27 02:52:12 +0900 | |
---|---|---|
committer | 2017-01-27 02:53:14 +0900 | |
commit | 7fa79cf5834aecd6d6ba4b827cfe435e4d55fc0b (patch) | |
tree | 5ad3d5cdfb61de820199233265f45de952de43e0 /sys-apps/epoch/epoch-1.3.0.ebuild | |
parent | net-analyzer/bmon: Stable for PPC64 (bug #607328). (diff) | |
download | gentoo-7fa79cf5834aecd6d6ba4b827cfe435e4d55fc0b.tar.gz gentoo-7fa79cf5834aecd6d6ba4b827cfe435e4d55fc0b.tar.bz2 gentoo-7fa79cf5834aecd6d6ba4b827cfe435e4d55fc0b.zip |
sys-apps/epoch: fix #607214 missing default config file
Package-Manager: portage-2.3.3
Diffstat (limited to 'sys-apps/epoch/epoch-1.3.0.ebuild')
-rw-r--r-- | sys-apps/epoch/epoch-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/epoch/epoch-1.3.0.ebuild b/sys-apps/epoch/epoch-1.3.0.ebuild index 70f783dd539e..e41840247b1b 100644 --- a/sys-apps/epoch/epoch-1.3.0.ebuild +++ b/sys-apps/epoch/epoch-1.3.0.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$ @@ -56,7 +56,7 @@ src_install() { newepochins sbin insinto /etc/epoch/ - newins "${FILESDIR}"/${PN}-1.0_rc1-epoch.conf epoch.conf + newins "${FILESDIR}"/${PN}-1.0-epoch.conf epoch.conf } pkg_postinst() { |