commit: 20314e9d3ef880fee4fbe0c6af6255112c4642c1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 11:24:49 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 11:24:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20314e9d
app-admin/clsync: Fix double EPREFIX
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-admin/clsync/clsync-0.4.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-admin/clsync/clsync-0.4.2.ebuild
b/app-admin/clsync/clsync-0.4.2.ebuild
index dc27fddf71f..ed88b00512a 100644
--- a/app-admin/clsync/clsync-0.4.2.ebuild
+++ b/app-admin/clsync/clsync-0.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -84,9 +84,9 @@ src_install() {
newconfd "${FILESDIR}/${PN}.confd" "${PN}"
# filter rules and sync scripts are supposed to be here
- keepdir "${EPREFIX}/etc/${PN}"
- insinto "/etc/${PN}"
+ insinto /etc/${PN}
newins "${FILESDIR}/${PN}.conf" "${PN}.conf"
+ keepdir /etc/${PN}
}
pkg_postinst() {