app-admin/clsync: Fix double EPREFIX
authorDavid Seifert <soap@gentoo.org>
Sat, 17 Aug 2019 11:24:49 +0000 (13:24 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 17 Aug 2019 11:24:49 +0000 (13:24 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-admin/clsync/clsync-0.4.2.ebuild

index dc27fddf71f5bde450af63d903955c2c43971484..ed88b00512a13b9f31efd92d429fee6117f6ec68 100644 (file)
@@ -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() {