diff options
author | Alice Ferrazzi <alicef@gentoo.org> | 2017-02-01 01:26:38 +0900 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2017-02-01 01:27:10 +0900 |
commit | c3790da4b84ee79064986116b652709316e07d1b (patch) | |
tree | d5710d2ef7a7ca8bc0d879a1ae0aff6a02e76092 /sys-apps/epoch | |
parent | media-gfx/pstoedit: Remove old (diff) | |
download | gentoo-c3790da4b84ee79064986116b652709316e07d1b.tar.gz gentoo-c3790da4b84ee79064986116b652709316e07d1b.tar.bz2 gentoo-c3790da4b84ee79064986116b652709316e07d1b.zip |
sys-apps/epoch: epoch-9999
fix #607214 missing default config file
Package-Manager: portage-2.3.3
Diffstat (limited to 'sys-apps/epoch')
-rw-r--r-- | sys-apps/epoch/epoch-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/epoch/epoch-9999.ebuild b/sys-apps/epoch/epoch-9999.ebuild index 27c1d77c884d..67132e99e3b9 100644 --- a/sys-apps/epoch/epoch-9999.ebuild +++ b/sys-apps/epoch/epoch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -55,7 +55,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() { |